Html Css Color HEX #A2D94E Conifer

📋 copy color: '#A2D94E'

red 162 ◦ green 217 ◦ blue 78

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

Shades of Conifer #A2D94E

Tints of Conifer #A2D94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.07%

R = 35.45%
G = 47.48%
B = 17.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#A2D94E (or 0xA2D94E) is known color: Conifer. HEX triplet: A2, D9 and 4E. RGB value is (162,217,78). Sum of RGB (Red+Green+Blue) = 162+217+78=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D94E is #5D26B1. Grayscale: #B9B9B9. Windows color (decimal): -6104754 or 5167522. OLE color: 5167522.

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

Color convert

RGB 162 217 78 -
CMYK 0.25 0 0.64 0.15
HSL 83.74º 0.65% 0.58% -
HSV(B) 83.74º 0.64% 0.85% -
XYZ 41.09 57.86 16.21 -
YUV 184.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 162 217 78 0.25 0 0.64 0.15 83.74 0.65 0.58
Hex A2 D9 4E 19 0 40 F 54 41 3A
Octal 242 331 116 31 0 100 17 124 101 72
Binary 10100010 11011001 1001110 11001 0 1000000 1111 1010100 1000001 111010

Color Harmonies of #A2D94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D94E

Black with #A2D94E

Text Example


Text Example

White with #A2D94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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