#A4E652

Color #A4E652 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A4E652

Tints of Conifer #A4E652

Color information

#A4E652 (or 0xA4E652) is unknown color: approx Conifer. HEX triplet: A4, E6 and 52. RGB value is (164,230,82). Sum of RGB (Red+Green+Blue) = 164+230+82=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E652 is #5B19AD. Grayscale: #C1C1C1. Windows color (decimal): -5970350 or 5432996. OLE color: 5432996.

HSL color Cylindrical-coordinate representation of color #A4E652: hue angle of 86.76º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4E652 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB16423082-
CMYK0.2900.640.10
HSL86.76º74.75%61.18%-
HSV(B)86.76º64.35%90.2%-
XYZ45.1365.118.17-
YUV193.3965.13107.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 230 (90.23% from 255) = 48.32%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=34.45%
G=48.32%
B=17.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164230820.2900.640.1086.7674.7561.18
HexA4E6521D040A574b3d
Octal2443461223501001212711375
Binary101001001110011010100101110101000000101010101111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E652; }

 p { color: rgb(164,230,82); }

 H1.HeaderClassName
 {
   color: #A4E652;
 }
 .AnyTagClassName
 {
   color: #A4E652;
 }
</style>
background-color css

<style>
 a { background-color: #A4E652; }

 a { background-color: rgb(164,230,82); }

 div.DivClassName
 {
   background-color: #A4E652;
 }
 .BgClassName
 {
   background-color: #A4E652;
 }
</style>
border-color css

<style>
 span { border-color: #A4E652; }

 span { border-color: rgb(164,230,82); }

 td.TdClassName
 {
   border-color: #A4E652;
 }
 .TagClassName
 {
   border-color: #A4E652;
 }
</style>