Html Css Color HEX #A6DD65 Conifer

📋 copy color: '#A6DD65'

red 166 ◦ green 221 ◦ blue 101

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

Shades of Conifer #A6DD65

Tints of Conifer #A6DD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 34.02%
G = 45.29%
B = 20.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#A6DD65 (or 0xA6DD65) is known color: Conifer. HEX triplet: A6, DD and 65. RGB value is (166,221,101). Sum of RGB (Red+Green+Blue) = 166+221+101=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD65 is #59229A. Grayscale: #BFBFBF. Windows color (decimal): -5841563 or 6675878. OLE color: 6675878.

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

Color convert

RGB 166 221 101 -
CMYK 0.25 0 0.54 0.13
HSL 87.5º 0.64% 0.63% -
HSV(B) 87.5º 0.54% 0.87% -
XYZ 43.93 60.76 21.72 -
YUV 190.88 77.28 110.26 -
System Red Green Blue C M Y K H S L
Decimal 166 221 101 0.25 0 0.54 0.13 87.5 0.64 0.63
Hex A6 DD 65 19 0 36 D 57 40 3F
Octal 246 335 145 31 0 66 15 127 100 77
Binary 10100110 11011101 1100101 11001 0 110110 1101 1010111 1000000 111111

Color Harmonies of #A6DD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD65

Black with #A6DD65

Text Example


Text Example

White with #A6DD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD65; }

 p { color: rgb(166,221,101); }

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

background-color css

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

 a { background-color: rgb(166,221,101); }

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

border-color css

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

 span { border-color: rgb(166,221,101); }

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