Html Css Color HEX #A6E440 Conifer

📋 copy color: '#A6E440'

red 166 ◦ green 228 ◦ blue 64

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

Shades of Conifer #A6E440

Tints of Conifer #A6E440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 36.24%
G = 49.78%
B = 13.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#A6E440 (or 0xA6E440) is known color: Conifer. HEX triplet: A6, E4 and 40. RGB value is (166,228,64). Sum of RGB (Red+Green+Blue) = 166+228+64=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E440 is #591BBF. Grayscale: #BFBFBF. Windows color (decimal): -5839808 or 4252838. OLE color: 4252838.

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

Color convert

RGB 166 228 64 -
CMYK 0.27 0 0.72 0.11
HSL 82.68º 0.75% 0.57% -
HSV(B) 82.68º 0.72% 0.89% -
XYZ 44.39 63.96 14.86 -
YUV 190.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 166 228 64 0.27 0 0.72 0.11 82.68 0.75 0.57
Hex A6 E4 40 1B 0 48 B 53 4B 39
Octal 246 344 100 33 0 110 13 123 113 71
Binary 10100110 11100100 1000000 11011 0 1001000 1011 1010011 1001011 111001

Color Harmonies of #A6E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E440

Black with #A6E440

Text Example


Text Example

White with #A6E440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E440; }

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

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

background-color css

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

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

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

border-color css

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

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

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