Html Css Color HEX #A6ED5F Conifer

📋 copy color: '#A6ED5F'

red 166 ◦ green 237 ◦ blue 95

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

Shades of Conifer #A6ED5F

Tints of Conifer #A6ED5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.08%

R = 33.33%
G = 47.59%
B = 19.08%

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

#A6ED5F (or 0xA6ED5F) is known color: Conifer. HEX triplet: A6, ED and 5F. RGB value is (166,237,95). Sum of RGB (Red+Green+Blue) = 166+237+95=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED5F is #5912A0. Grayscale: #C8C8C8. Windows color (decimal): -5837473 or 6286758. OLE color: 6286758.

HSL color Cylindrical-coordinate representation of color #A6ED5F: hue angle of 90º 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 #A6ED5F is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 237 95 -
CMYK 0.30 0 0.60 0.07
HSL 90º 0.8% 0.65% -
HSV(B) 90º 0.6% 0.93% -
XYZ 48.08 69.5 21.71 -
YUV 199.58 68.98 104.05 -
System Red Green Blue C M Y K H S L
Decimal 166 237 95 0.30 0 0.60 0.07 90 0.8 0.65
Hex A6 ED 5F 1E 0 3C 7 5A 50 41
Octal 246 355 137 36 0 74 7 132 120 101
Binary 10100110 11101101 1011111 11110 0 111100 111 1011010 1010000 1000001

Color Harmonies of #A6ED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ED5F

Black with #A6ED5F

Text Example


Text Example

White with #A6ED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ED5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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