Html Css Color HEX #A2D162 Conifer

📋 copy color: '#A2D162'

red 162 ◦ green 209 ◦ blue 98

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

Shades of Conifer #A2D162

Tints of Conifer #A2D162

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

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

R = 34.54%
G = 44.56%
B = 20.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#A2D162 (or 0xA2D162) is known color: Conifer. HEX triplet: A2, D1 and 62. RGB value is (162,209,98). Sum of RGB (Red+Green+Blue) = 162+209+98=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D162 is #5D2E9D. Grayscale: #B6B6B6. Windows color (decimal): -6106782 or 6476194. OLE color: 6476194.

HSL color Cylindrical-coordinate representation of color #A2D162: hue angle of 85.41º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D162 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 209 98 -
CMYK 0.22 0 0.53 0.18
HSL 85.41º 0.55% 0.6% -
HSV(B) 85.41º 0.53% 0.82% -
XYZ 39.91 54.16 19.91 -
YUV 182.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 162 209 98 0.22 0 0.53 0.18 85.41 0.55 0.6
Hex A2 D1 62 16 0 35 12 55 37 3C
Octal 242 321 142 26 0 65 22 125 67 74
Binary 10100010 11010001 1100010 10110 0 110101 10010 1010101 110111 111100

Color Harmonies of #A2D162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D162

Black with #A2D162

Text Example


Text Example

White with #A2D162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D162; }

 p { color: rgb(162,209,98); }

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

background-color css

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

 a { background-color: rgb(162,209,98); }

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

border-color css

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

 span { border-color: rgb(162,209,98); }

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