Html Css Color HEX #A2D94D Conifer

📋 copy color: '#A2D94D'

red 162 ◦ green 217 ◦ blue 77

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

Shades of Conifer #A2D94D

Tints of Conifer #A2D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 77 (30.47% from 255) = 16.89%

R = 35.53%
G = 47.59%
B = 16.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#A2D94D (or 0xA2D94D) is known color: Conifer. HEX triplet: A2, D9 and 4D. RGB value is (162,217,77). Sum of RGB (Red+Green+Blue) = 162+217+77=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D94D is #5D26B2. Grayscale: #B9B9B9. Windows color (decimal): -6104755 or 5101986. OLE color: 5101986.

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

Color convert

RGB 162 217 77 -
CMYK 0.25 0 0.65 0.15
HSL 83.57º 0.65% 0.58% -
HSV(B) 83.57º 0.65% 0.85% -
XYZ 41.05 57.84 16.02 -
YUV 184.6 67.28 111.88 -
System Red Green Blue C M Y K H S L
Decimal 162 217 77 0.25 0 0.65 0.15 83.57 0.65 0.58
Hex A2 D9 4D 19 0 41 F 54 41 3A
Octal 242 331 115 31 0 101 17 124 101 72
Binary 10100010 11011001 1001101 11001 0 1000001 1111 1010100 1000001 111010

Color Harmonies of #A2D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D94D

Black with #A2D94D

Text Example


Text Example

White with #A2D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D94D; }

 p { color: rgb(162,217,77); }

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

background-color css

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

 a { background-color: rgb(162,217,77); }

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

border-color css

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

 span { border-color: rgb(162,217,77); }

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