Html Css Color HEX #A6D05E Conifer

📋 copy color: '#A6D05E'

red 166 ◦ green 208 ◦ blue 94

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

Shades of Conifer #A6D05E

Tints of Conifer #A6D05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.44%

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

R = 35.47%
G = 44.44%
B = 20.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#A6D05E (or 0xA6D05E) is known color: Conifer. HEX triplet: A6, D0 and 5E. RGB value is (166,208,94). Sum of RGB (Red+Green+Blue) = 166+208+94=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D05E is #592FA1. Grayscale: #B6B6B6. Windows color (decimal): -5844898 or 6213798. OLE color: 6213798.

HSL color Cylindrical-coordinate representation of color #A6D05E: hue angle of 82.11º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6D05E is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 94 -
CMYK 0.20 0 0.55 0.18
HSL 82.11º 0.55% 0.59% -
HSV(B) 82.11º 0.55% 0.82% -
XYZ 40.3 54.03 18.89 -
YUV 182.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 166 208 94 0.20 0 0.55 0.18 82.11 0.55 0.59
Hex A6 D0 5E 14 0 37 12 52 37 3B
Octal 246 320 136 24 0 67 22 122 67 73
Binary 10100110 11010000 1011110 10100 0 110111 10010 1010010 110111 111011

Color Harmonies of #A6D05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D05E

Black with #A6D05E

Text Example


Text Example

White with #A6D05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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