Html Css Color HEX #A4EA55 Conifer

📋 copy color: '#A4EA55'

red 164 ◦ green 234 ◦ blue 85

#A4EA55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A4EA55

Tints of Conifer #A4EA55

RGB

 RED value IS 164 (64.45% from 255) = 33.95%

 GREEN value IS 234 (91.8% from 255) = 48.45%

 BLUE value IS 85 (33.59% from 255) = 17.6%

R = 33.95%
G = 48.45%
B = 17.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#A4EA55 (or 0xA4EA55) is known color: Conifer. HEX triplet: A4, EA and 55. RGB value is (164,234,85). Sum of RGB (Red+Green+Blue) = 164+234+85=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EA55 is #5B15AA. Grayscale: #C4C4C4. Windows color (decimal): -5969323 or 5630628. OLE color: 5630628.

HSL color Cylindrical-coordinate representation of color #A4EA55: hue angle of 88.19º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4EA55 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 234 85 -
CMYK 0.30 0 0.64 0.08
HSL 88.19º 0.78% 0.63% -
HSV(B) 88.19º 0.64% 0.92% -
XYZ 46.37 67.39 19.16 -
YUV 196.08 65.31 105.12 -
System Red Green Blue C M Y K H S L
Decimal 164 234 85 0.30 0 0.64 0.08 88.19 0.78 0.63
Hex A4 EA 55 1E 0 40 8 58 4E 3F
Octal 244 352 125 36 0 100 10 130 116 77
Binary 10100100 11101010 1010101 11110 0 1000000 1000 1011000 1001110 111111

Color Harmonies of #A4EA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EA55

Black with #A4EA55

Text Example


Text Example

White with #A4EA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EA55; }

 p { color: rgb(164,234,85); }

 H1.HeaderClassName
 {
   color: #A4EA55;
 }
 .AnyTagClassName
 {
   color: #A4EA55;
 }
</style>

background-color css

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

 a { background-color: rgb(164,234,85); }

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

border-color css

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

 span { border-color: rgb(164,234,85); }

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