Html Css Color HEX #A6D060 Conifer

📋 copy color: '#A6D060'

red 166 ◦ green 208 ◦ blue 96

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

Shades of Conifer #A6D060

Tints of Conifer #A6D060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 35.32%
G = 44.26%
B = 20.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#A6D060 (or 0xA6D060) is known color: Conifer. HEX triplet: A6, D0 and 60. RGB value is (166,208,96). Sum of RGB (Red+Green+Blue) = 166+208+96=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D060 is #592F9F. Grayscale: #B7B7B7. Windows color (decimal): -5844896 or 6344870. OLE color: 6344870.

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

Color convert

RGB 166 208 96 -
CMYK 0.20 0 0.54 0.18
HSL 82.5º 0.54% 0.6% -
HSV(B) 82.5º 0.54% 0.82% -
XYZ 40.39 54.06 19.37 -
YUV 182.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 166 208 96 0.20 0 0.54 0.18 82.5 0.54 0.6
Hex A6 D0 60 14 0 36 12 52 36 3C
Octal 246 320 140 24 0 66 22 122 66 74
Binary 10100110 11010000 1100000 10100 0 110110 10010 1010010 110110 111100

Color Harmonies of #A6D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D060

Black with #A6D060

Text Example


Text Example

White with #A6D060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D060; }

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

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

background-color css

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

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

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

border-color css

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

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

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