Html Css Color HEX #A6E45A Conifer

📋 copy color: '#A6E45A'

red 166 ◦ green 228 ◦ blue 90

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

Shades of Conifer #A6E45A

Tints of Conifer #A6E45A

RGB

 RED value IS 166 (65.23% from 255) = 34.3%

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

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 34.3%
G = 47.11%
B = 18.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#A6E45A (or 0xA6E45A) is known color: Conifer. HEX triplet: A6, E4 and 5A. RGB value is (166,228,90). Sum of RGB (Red+Green+Blue) = 166+228+90=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E45A is #591BA5. Grayscale: #C2C2C2. Windows color (decimal): -5839782 or 5956774. OLE color: 5956774.

HSL color Cylindrical-coordinate representation of color #A6E45A: hue angle of 86.96º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6E45A is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 90 -
CMYK 0.27 0 0.61 0.11
HSL 86.96º 0.72% 0.62% -
HSV(B) 86.96º 0.61% 0.89% -
XYZ 45.31 64.33 19.7 -
YUV 193.73 69.46 108.22 -
System Red Green Blue C M Y K H S L
Decimal 166 228 90 0.27 0 0.61 0.11 86.96 0.72 0.62
Hex A6 E4 5A 1B 0 3D B 57 48 3E
Octal 246 344 132 33 0 75 13 127 110 76
Binary 10100110 11100100 1011010 11011 0 111101 1011 1010111 1001000 111110

Color Harmonies of #A6E45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E45A

Black with #A6E45A

Text Example


Text Example

White with #A6E45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E45A; }

 p { color: rgb(166,228,90); }

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

background-color css

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

 a { background-color: rgb(166,228,90); }

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

border-color css

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

 span { border-color: rgb(166,228,90); }

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