Html Css Color HEX #A6DD62 Conifer

📋 copy color: '#A6DD62'

red 166 ◦ green 221 ◦ blue 98

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

Shades of Conifer #A6DD62

Tints of Conifer #A6DD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 34.23%
G = 45.57%
B = 20.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#A6DD62 (or 0xA6DD62) is known color: Conifer. HEX triplet: A6, DD and 62. RGB value is (166,221,98). Sum of RGB (Red+Green+Blue) = 166+221+98=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD62 is #59229D. Grayscale: #BEBEBE. Windows color (decimal): -5841566 or 6479270. OLE color: 6479270.

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

Color convert

RGB 166 221 98 -
CMYK 0.25 0 0.56 0.13
HSL 86.83º 0.64% 0.63% -
HSV(B) 86.83º 0.56% 0.87% -
XYZ 43.79 60.7 20.96 -
YUV 190.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 166 221 98 0.25 0 0.56 0.13 86.83 0.64 0.63
Hex A6 DD 62 19 0 38 D 57 40 3F
Octal 246 335 142 31 0 70 15 127 100 77
Binary 10100110 11011101 1100010 11001 0 111000 1101 1010111 1000000 111111

Color Harmonies of #A6DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD62

Black with #A6DD62

Text Example


Text Example

White with #A6DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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