Html Css Color HEX #A2DD66 Conifer

📋 copy color: '#A2DD66'

red 162 ◦ green 221 ◦ blue 102

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

Shades of Conifer #A2DD66

Tints of Conifer #A2DD66

RGB

 RED value IS 162 (63.67% from 255) = 33.4%

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

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 33.4%
G = 45.57%
B = 21.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#A2DD66 (or 0xA2DD66) is known color: Conifer. HEX triplet: A2, DD and 66. RGB value is (162,221,102). Sum of RGB (Red+Green+Blue) = 162+221+102=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD66 is #5D2299. Grayscale: #BEBEBE. Windows color (decimal): -6103706 or 6741410. OLE color: 6741410.

HSL color Cylindrical-coordinate representation of color #A2DD66: hue angle of 89.75º 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 #A2DD66 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 102 -
CMYK 0.27 0 0.54 0.13
HSL 89.75º 0.64% 0.63% -
HSV(B) 89.75º 0.54% 0.87% -
XYZ 43.16 60.35 21.95 -
YUV 189.79 78.45 108.18 -
System Red Green Blue C M Y K H S L
Decimal 162 221 102 0.27 0 0.54 0.13 89.75 0.64 0.63
Hex A2 DD 66 1B 0 36 D 5A 40 3F
Octal 242 335 146 33 0 66 15 132 100 77
Binary 10100010 11011101 1100110 11011 0 110110 1101 1011010 1000000 111111

Color Harmonies of #A2DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD66

Black with #A2DD66

Text Example


Text Example

White with #A2DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD66; }

 p { color: rgb(162,221,102); }

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

background-color css

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

 a { background-color: rgb(162,221,102); }

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

border-color css

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

 span { border-color: rgb(162,221,102); }

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