Html Css Color HEX #A6ED5E Conifer

📋 copy color: '#A6ED5E'

red 166 ◦ green 237 ◦ blue 94

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

Shades of Conifer #A6ED5E

Tints of Conifer #A6ED5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.91%

R = 33.4%
G = 47.69%
B = 18.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#A6ED5E (or 0xA6ED5E) is known color: Conifer. HEX triplet: A6, ED and 5E. RGB value is (166,237,94). Sum of RGB (Red+Green+Blue) = 166+237+94=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED5E is #5912A1. Grayscale: #C7C7C7. Windows color (decimal): -5837474 or 6221222. OLE color: 6221222.

HSL color Cylindrical-coordinate representation of color #A6ED5E: hue angle of 89.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6ED5E is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 237 94 -
CMYK 0.30 0 0.60 0.07
HSL 89.79º 0.8% 0.65% -
HSV(B) 89.79º 0.6% 0.93% -
XYZ 48.03 69.48 21.47 -
YUV 199.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 166 237 94 0.30 0 0.60 0.07 89.79 0.8 0.65
Hex A6 ED 5E 1E 0 3C 7 5A 50 41
Octal 246 355 136 36 0 74 7 132 120 101
Binary 10100110 11101101 1011110 11110 0 111100 111 1011010 1010000 1000001

Color Harmonies of #A6ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ED5E

Black with #A6ED5E

Text Example


Text Example

White with #A6ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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