Html Css Color HEX #A8E46A Conifer

📋 copy color: '#A8E46A'

red 168 ◦ green 228 ◦ blue 106

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

Shades of Conifer #A8E46A

Tints of Conifer #A8E46A

RGB

 RED value IS 168 (66.02% from 255) = 33.47%

 GREEN value IS 228 (89.45% from 255) = 45.42%

 BLUE value IS 106 (41.8% from 255) = 21.12%

R = 33.47%
G = 45.42%
B = 21.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#A8E46A (or 0xA8E46A) is known color: Conifer. HEX triplet: A8, E4 and 6A. RGB value is (168,228,106). Sum of RGB (Red+Green+Blue) = 168+228+106=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E46A is #571B95. Grayscale: #C4C4C4. Windows color (decimal): -5708694 or 7005352. OLE color: 7005352.

HSL color Cylindrical-coordinate representation of color #A8E46A: hue angle of 89.51º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8E46A is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 106 -
CMYK 0.26 0 0.54 0.11
HSL 89.51º 0.69% 0.65% -
HSV(B) 89.51º 0.54% 0.89% -
XYZ 46.49 64.85 23.7 -
YUV 196.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 168 228 106 0.26 0 0.54 0.11 89.51 0.69 0.65
Hex A8 E4 6A 1A 0 36 B 5A 45 41
Octal 250 344 152 32 0 66 13 132 105 101
Binary 10101000 11100100 1101010 11010 0 110110 1011 1011010 1000101 1000001

Color Harmonies of #A8E46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E46A

Black with #A8E46A

Text Example


Text Example

White with #A8E46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E46A; }

 p { color: rgb(168,228,106); }

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

background-color css

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

 a { background-color: rgb(168,228,106); }

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

border-color css

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

 span { border-color: rgb(168,228,106); }

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