Html Css Color HEX #A2D966 Conifer

📋 copy color: '#A2D966'

red 162 ◦ green 217 ◦ blue 102

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

Shades of Conifer #A2D966

Tints of Conifer #A2D966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

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

R = 33.68%
G = 45.11%
B = 21.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A2D966 (or 0xA2D966) is known color: Conifer. HEX triplet: A2, D9 and 66. RGB value is (162,217,102). Sum of RGB (Red+Green+Blue) = 162+217+102=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D966 is #5D2699. Grayscale: #BBBBBB. Windows color (decimal): -6104730 or 6740386. OLE color: 6740386.

HSL color Cylindrical-coordinate representation of color #A2D966: hue angle of 88.7º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D966 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 102 -
CMYK 0.25 0 0.53 0.15
HSL 88.7º 0.6% 0.63% -
HSV(B) 88.7º 0.53% 0.85% -
XYZ 42.11 58.27 21.6 -
YUV 187.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 162 217 102 0.25 0 0.53 0.15 88.7 0.6 0.63
Hex A2 D9 66 19 0 35 F 59 3C 3F
Octal 242 331 146 31 0 65 17 131 74 77
Binary 10100010 11011001 1100110 11001 0 110101 1111 1011001 111100 111111

Color Harmonies of #A2D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D966

Black with #A2D966

Text Example


Text Example

White with #A2D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D966; }

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

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

background-color css

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

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

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

border-color css

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

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

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