Html Css Color HEX #A2D952 Conifer

📋 copy color: '#A2D952'

red 162 ◦ green 217 ◦ blue 82

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

Shades of Conifer #A2D952

Tints of Conifer #A2D952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 35.14%
G = 47.07%
B = 17.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#A2D952 (or 0xA2D952) is known color: Conifer. HEX triplet: A2, D9 and 52. RGB value is (162,217,82). Sum of RGB (Red+Green+Blue) = 162+217+82=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D952 is #5D26AD. Grayscale: #B9B9B9. Windows color (decimal): -6104750 or 5429666. OLE color: 5429666.

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

Color convert

RGB 162 217 82 -
CMYK 0.25 0 0.62 0.15
HSL 84.44º 0.64% 0.59% -
HSV(B) 84.44º 0.62% 0.85% -
XYZ 41.24 57.92 16.99 -
YUV 185.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 162 217 82 0.25 0 0.62 0.15 84.44 0.64 0.59
Hex A2 D9 52 19 0 3E F 54 40 3B
Octal 242 331 122 31 0 76 17 124 100 73
Binary 10100010 11011001 1010010 11001 0 111110 1111 1010100 1000000 111011

Color Harmonies of #A2D952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D952

Black with #A2D952

Text Example


Text Example

White with #A2D952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D952; }

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

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

background-color css

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

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

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

border-color css

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

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

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