Html Css Color HEX #A6EC66 Conifer

📋 copy color: '#A6EC66'

red 166 ◦ green 236 ◦ blue 102

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

Shades of Conifer #A6EC66

Tints of Conifer #A6EC66

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.83%

 BLUE value IS 102 (40.23% from 255) = 20.24%

R = 32.94%
G = 46.83%
B = 20.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#A6EC66 (or 0xA6EC66) is known color: Conifer. HEX triplet: A6, EC and 66. RGB value is (166,236,102). Sum of RGB (Red+Green+Blue) = 166+236+102=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC66 is #591399. Grayscale: #C8C8C8. Windows color (decimal): -5837722 or 6745254. OLE color: 6745254.

HSL color Cylindrical-coordinate representation of color #A6EC66: hue angle of 91.34º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6EC66 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 236 102 -
CMYK 0.30 0 0.57 0.07
HSL 91.34º 0.78% 0.66% -
HSV(B) 91.34º 0.57% 0.93% -
XYZ 48.12 69.06 23.36 -
YUV 199.79 72.81 103.9 -
System Red Green Blue C M Y K H S L
Decimal 166 236 102 0.30 0 0.57 0.07 91.34 0.78 0.66
Hex A6 EC 66 1E 0 39 7 5B 4E 42
Octal 246 354 146 36 0 71 7 133 116 102
Binary 10100110 11101100 1100110 11110 0 111001 111 1011011 1001110 1000010

Color Harmonies of #A6EC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EC66

Black with #A6EC66

Text Example


Text Example

White with #A6EC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EC66; }

 p { color: rgb(166,236,102); }

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

background-color css

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

 a { background-color: rgb(166,236,102); }

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

border-color css

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

 span { border-color: rgb(166,236,102); }

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