Html Css Color HEX #A6DF60 Conifer

📋 copy color: '#A6DF60'

red 166 ◦ green 223 ◦ blue 96

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

Shades of Conifer #A6DF60

Tints of Conifer #A6DF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.98%

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

R = 34.23%
G = 45.98%
B = 19.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#A6DF60 (or 0xA6DF60) is known color: Conifer. HEX triplet: A6, DF and 60. RGB value is (166,223,96). Sum of RGB (Red+Green+Blue) = 166+223+96=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF60 is #59209F. Grayscale: #BFBFBF. Windows color (decimal): -5841056 or 6348710. OLE color: 6348710.

HSL color Cylindrical-coordinate representation of color #A6DF60: hue angle of 86.93º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6DF60 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 223 96 -
CMYK 0.26 0 0.57 0.13
HSL 86.93º 0.66% 0.63% -
HSV(B) 86.93º 0.57% 0.87% -
XYZ 44.22 61.73 20.65 -
YUV 191.48 74.12 109.83 -
System Red Green Blue C M Y K H S L
Decimal 166 223 96 0.26 0 0.57 0.13 86.93 0.66 0.63
Hex A6 DF 60 1A 0 39 D 57 42 3F
Octal 246 337 140 32 0 71 15 127 102 77
Binary 10100110 11011111 1100000 11010 0 111001 1101 1010111 1000010 111111

Color Harmonies of #A6DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DF60

Black with #A6DF60

Text Example


Text Example

White with #A6DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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