Html Css Color HEX #A0D94D Conifer

📋 copy color: '#A0D94D'

red 160 ◦ green 217 ◦ blue 77

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

Shades of Conifer #A0D94D

Tints of Conifer #A0D94D

RGB

 RED value IS 160 (62.89% from 255) = 35.24%

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

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

R = 35.24%
G = 47.8%
B = 16.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#A0D94D (or 0xA0D94D) is known color: Conifer. HEX triplet: A0, D9 and 4D. RGB value is (160,217,77). Sum of RGB (Red+Green+Blue) = 160+217+77=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D94D is #5F26B2. Grayscale: #B8B8B8. Windows color (decimal): -6235827 or 5101984. OLE color: 5101984.

HSL color Cylindrical-coordinate representation of color #A0D94D: hue angle of 84.43º 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 #A0D94D is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 77 -
CMYK 0.26 0 0.65 0.15
HSL 84.43º 0.65% 0.58% -
HSV(B) 84.43º 0.65% 0.85% -
XYZ 40.65 57.64 16 -
YUV 184 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 160 217 77 0.26 0 0.65 0.15 84.43 0.65 0.58
Hex A0 D9 4D 1A 0 41 F 54 41 3A
Octal 240 331 115 32 0 101 17 124 101 72
Binary 10100000 11011001 1001101 11010 0 1000001 1111 1010100 1000001 111010

Color Harmonies of #A0D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D94D

Black with #A0D94D

Text Example


Text Example

White with #A0D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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