Html Css Color HEX #A2D05D Conifer

📋 copy color: '#A2D05D'

red 162 ◦ green 208 ◦ blue 93

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

Shades of Conifer #A2D05D

Tints of Conifer #A2D05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.92%

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

R = 34.99%
G = 44.92%
B = 20.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#A2D05D (or 0xA2D05D) is known color: Conifer. HEX triplet: A2, D0 and 5D. RGB value is (162,208,93). Sum of RGB (Red+Green+Blue) = 162+208+93=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D05D is #5D2FA2. Grayscale: #B5B5B5. Windows color (decimal): -6107043 or 6148258. OLE color: 6148258.

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

Color convert

RGB 162 208 93 -
CMYK 0.22 0 0.55 0.18
HSL 84º 0.55% 0.59% -
HSV(B) 84º 0.55% 0.82% -
XYZ 39.43 53.58 18.62 -
YUV 181.14 78.26 114.35 -
System Red Green Blue C M Y K H S L
Decimal 162 208 93 0.22 0 0.55 0.18 84 0.55 0.59
Hex A2 D0 5D 16 0 37 12 54 37 3B
Octal 242 320 135 26 0 67 22 124 67 73
Binary 10100010 11010000 1011101 10110 0 110111 10010 1010100 110111 111011

Color Harmonies of #A2D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D05D

Black with #A2D05D

Text Example


Text Example

White with #A2D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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