Html Css Color HEX #A2C85D Conifer

📋 copy color: '#A2C85D'

red 162 ◦ green 200 ◦ blue 93

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

Shades of Conifer #A2C85D

Tints of Conifer #A2C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

 BLUE value IS 93 (36.72% from 255) = 20.44%

R = 35.6%
G = 43.96%
B = 20.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#A2C85D (or 0xA2C85D) is known color: Conifer. HEX triplet: A2, C8 and 5D. RGB value is (162,200,93). Sum of RGB (Red+Green+Blue) = 162+200+93=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C85D is #5D37A2. Grayscale: #B0B0B0. Windows color (decimal): -6109091 or 6146210. OLE color: 6146210.

HSL color Cylindrical-coordinate representation of color #A2C85D: hue angle of 81.31º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2C85D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 93 -
CMYK 0.19 0 0.54 0.22
HSL 81.31º 0.49% 0.57% -
HSV(B) 81.31º 0.54% 0.78% -
XYZ 37.53 49.78 17.99 -
YUV 176.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 162 200 93 0.19 0 0.54 0.22 81.31 0.49 0.57
Hex A2 C8 5D 13 0 36 16 51 31 39
Octal 242 310 135 23 0 66 26 121 61 71
Binary 10100010 11001000 1011101 10011 0 110110 10110 1010001 110001 111001

Color Harmonies of #A2C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C85D

Black with #A2C85D

Text Example


Text Example

White with #A2C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C85D; }

 p { color: rgb(162,200,93); }

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

background-color css

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

 a { background-color: rgb(162,200,93); }

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

border-color css

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

 span { border-color: rgb(162,200,93); }

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