Html Css Color HEX #A2D94A Conifer

📋 copy color: '#A2D94A'

red 162 ◦ green 217 ◦ blue 74

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

Shades of Conifer #A2D94A

Tints of Conifer #A2D94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.34%

R = 35.76%
G = 47.9%
B = 16.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#A2D94A (or 0xA2D94A) is known color: Conifer. HEX triplet: A2, D9 and 4A. RGB value is (162,217,74). Sum of RGB (Red+Green+Blue) = 162+217+74=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D94A is #5D26B5. Grayscale: #B8B8B8. Windows color (decimal): -6104758 or 4905378. OLE color: 4905378.

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

Color convert

RGB 162 217 74 -
CMYK 0.25 0 0.66 0.15
HSL 83.08º 0.65% 0.57% -
HSV(B) 83.08º 0.66% 0.85% -
XYZ 40.95 57.8 15.48 -
YUV 184.25 65.78 112.13 -
System Red Green Blue C M Y K H S L
Decimal 162 217 74 0.25 0 0.66 0.15 83.08 0.65 0.57
Hex A2 D9 4A 19 0 42 F 53 41 39
Octal 242 331 112 31 0 102 17 123 101 71
Binary 10100010 11011001 1001010 11001 0 1000010 1111 1010011 1000001 111001

Color Harmonies of #A2D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D94A

Black with #A2D94A

Text Example


Text Example

White with #A2D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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