Html Css Color HEX #A6EC64 Conifer

📋 copy color: '#A6EC64'

red 166 ◦ green 236 ◦ blue 100

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

Shades of Conifer #A6EC64

Tints of Conifer #A6EC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.92%

R = 33.07%
G = 47.01%
B = 19.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#A6EC64 (or 0xA6EC64) is known color: Conifer. HEX triplet: A6, EC and 64. RGB value is (166,236,100). Sum of RGB (Red+Green+Blue) = 166+236+100=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC64 is #59139B. Grayscale: #C8C8C8. Windows color (decimal): -5837724 or 6614182. OLE color: 6614182.

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

Color convert

RGB 166 236 100 -
CMYK 0.30 0 0.58 0.07
HSL 90.88º 0.78% 0.66% -
HSV(B) 90.88º 0.58% 0.93% -
XYZ 48.02 69.02 22.85 -
YUV 199.57 71.81 104.06 -
System Red Green Blue C M Y K H S L
Decimal 166 236 100 0.30 0 0.58 0.07 90.88 0.78 0.66
Hex A6 EC 64 1E 0 3A 7 5B 4E 42
Octal 246 354 144 36 0 72 7 133 116 102
Binary 10100110 11101100 1100100 11110 0 111010 111 1011011 1001110 1000010

Color Harmonies of #A6EC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EC64

Black with #A6EC64

Text Example


Text Example

White with #A6EC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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