Html Css Color HEX #A0D957 Conifer

📋 copy color: '#A0D957'

red 160 ◦ green 217 ◦ blue 87

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

Shades of Conifer #A0D957

Tints of Conifer #A0D957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.75%

R = 34.48%
G = 46.77%
B = 18.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#A0D957 (or 0xA0D957) is known color: Conifer. HEX triplet: A0, D9 and 57. RGB value is (160,217,87). Sum of RGB (Red+Green+Blue) = 160+217+87=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D957 is #5F26A8. Grayscale: #B9B9B9. Windows color (decimal): -6235817 or 5757344. OLE color: 5757344.

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

Color convert

RGB 160 217 87 -
CMYK 0.26 0 0.60 0.15
HSL 86.31º 0.63% 0.6% -
HSV(B) 86.31º 0.6% 0.85% -
XYZ 41.03 57.79 18.01 -
YUV 185.14 72.62 110.07 -
System Red Green Blue C M Y K H S L
Decimal 160 217 87 0.26 0 0.60 0.15 86.31 0.63 0.6
Hex A0 D9 57 1A 0 3C F 56 3F 3C
Octal 240 331 127 32 0 74 17 126 77 74
Binary 10100000 11011001 1010111 11010 0 111100 1111 1010110 111111 111100

Color Harmonies of #A0D957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D957

Black with #A0D957

Text Example


Text Example

White with #A0D957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D957; }

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

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

background-color css

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

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

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

border-color css

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

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

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