Html Css Color HEX #A0D94C Conifer

📋 copy color: '#A0D94C'

red 160 ◦ green 217 ◦ blue 76

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

Shades of Conifer #A0D94C

Tints of Conifer #A0D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.78%

R = 35.32%
G = 47.9%
B = 16.78%

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

#A0D94C (or 0xA0D94C) is known color: Conifer. HEX triplet: A0, D9 and 4C. RGB value is (160,217,76). Sum of RGB (Red+Green+Blue) = 160+217+76=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D94C is #5F26B3. Grayscale: #B8B8B8. Windows color (decimal): -6235828 or 5036448. OLE color: 5036448.

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

Color convert

RGB 160 217 76 -
CMYK 0.26 0 0.65 0.15
HSL 84.26º 0.65% 0.57% -
HSV(B) 84.26º 0.65% 0.85% -
XYZ 40.61 57.62 15.82 -
YUV 183.88 67.12 110.96 -
System Red Green Blue C M Y K H S L
Decimal 160 217 76 0.26 0 0.65 0.15 84.26 0.65 0.57
Hex A0 D9 4C 1A 0 41 F 54 41 39
Octal 240 331 114 32 0 101 17 124 101 71
Binary 10100000 11011001 1001100 11010 0 1000001 1111 1010100 1000001 111001

Color Harmonies of #A0D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D94C

Black with #A0D94C

Text Example


Text Example

White with #A0D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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