Html Css Color HEX #A2D15A Conifer

📋 copy color: '#A2D15A'

red 162 ◦ green 209 ◦ blue 90

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

Shades of Conifer #A2D15A

Tints of Conifer #A2D15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 35.14%
G = 45.34%
B = 19.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#A2D15A (or 0xA2D15A) is known color: Conifer. HEX triplet: A2, D1 and 5A. RGB value is (162,209,90). Sum of RGB (Red+Green+Blue) = 162+209+90=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D15A is #5D2EA5. Grayscale: #B5B5B5. Windows color (decimal): -6106790 or 5951906. OLE color: 5951906.

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

Color convert

RGB 162 209 90 -
CMYK 0.22 0 0.57 0.18
HSL 83.7º 0.56% 0.59% -
HSV(B) 83.7º 0.57% 0.82% -
XYZ 39.55 54.02 18.02 -
YUV 181.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 162 209 90 0.22 0 0.57 0.18 83.7 0.56 0.59
Hex A2 D1 5A 16 0 39 12 54 38 3B
Octal 242 321 132 26 0 71 22 124 70 73
Binary 10100010 11010001 1011010 10110 0 111001 10010 1010100 111000 111011

Color Harmonies of #A2D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D15A

Black with #A2D15A

Text Example


Text Example

White with #A2D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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