Html Css Color HEX #A2D85D Conifer

📋 copy color: '#A2D85D'

red 162 ◦ green 216 ◦ blue 93

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

Shades of Conifer #A2D85D

Tints of Conifer #A2D85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

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

R = 34.39%
G = 45.86%
B = 19.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A2D85D (or 0xA2D85D) is known color: Conifer. HEX triplet: A2, D8 and 5D. RGB value is (162,216,93). Sum of RGB (Red+Green+Blue) = 162+216+93=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D85D is #5D27A2. Grayscale: #BABABA. Windows color (decimal): -6104995 or 6150306. OLE color: 6150306.

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

Color convert

RGB 162 216 93 -
CMYK 0.25 0 0.57 0.15
HSL 86.34º 0.61% 0.61% -
HSV(B) 86.34º 0.57% 0.85% -
XYZ 41.43 57.58 19.29 -
YUV 185.83 75.61 111 -
System Red Green Blue C M Y K H S L
Decimal 162 216 93 0.25 0 0.57 0.15 86.34 0.61 0.61
Hex A2 D8 5D 19 0 39 F 56 3D 3D
Octal 242 330 135 31 0 71 17 126 75 75
Binary 10100010 11011000 1011101 11001 0 111001 1111 1010110 111101 111101

Color Harmonies of #A2D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D85D

Black with #A2D85D

Text Example


Text Example

White with #A2D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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