Html Css Color HEX #A6ED42 Conifer

📋 copy color: '#A6ED42'

red 166 ◦ green 237 ◦ blue 66

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

Shades of Conifer #A6ED42

Tints of Conifer #A6ED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.53%

 BLUE value IS 66 (26.17% from 255) = 14.07%

R = 35.39%
G = 50.53%
B = 14.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#A6ED42 (or 0xA6ED42) is known color: Conifer. HEX triplet: A6, ED and 42. RGB value is (166,237,66). Sum of RGB (Red+Green+Blue) = 166+237+66=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6ED42 is #5912BD. Grayscale: #C4C4C4. Windows color (decimal): -5837502 or 4386214. OLE color: 4386214.

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

Color convert

RGB 166 237 66 -
CMYK 0.30 0 0.72 0.07
HSL 84.91º 0.83% 0.59% -
HSV(B) 84.91º 0.72% 0.93% -
XYZ 46.99 69.07 16.01 -
YUV 196.28 54.48 106.4 -
System Red Green Blue C M Y K H S L
Decimal 166 237 66 0.30 0 0.72 0.07 84.91 0.83 0.59
Hex A6 ED 42 1E 0 48 7 55 53 3B
Octal 246 355 102 36 0 110 7 125 123 73
Binary 10100110 11101101 1000010 11110 0 1001000 111 1010101 1010011 111011

Color Harmonies of #A6ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ED42

Black with #A6ED42

Text Example


Text Example

White with #A6ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ED42; }

 p { color: rgb(166,237,66); }

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

background-color css

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

 a { background-color: rgb(166,237,66); }

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

border-color css

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

 span { border-color: rgb(166,237,66); }

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