Html Css Color HEX #A0CB57 Conifer

📋 copy color: '#A0CB57'

red 160 ◦ green 203 ◦ blue 87

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

Shades of Conifer #A0CB57

Tints of Conifer #A0CB57

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

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

R = 35.56%
G = 45.11%
B = 19.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#A0CB57 (or 0xA0CB57) is known color: Conifer. HEX triplet: A0, CB and 57. RGB value is (160,203,87). Sum of RGB (Red+Green+Blue) = 160+203+87=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB57 is #5F34A8. Grayscale: #B1B1B1. Windows color (decimal): -6239401 or 5753760. OLE color: 5753760.

HSL color Cylindrical-coordinate representation of color #A0CB57: hue angle of 82.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0CB57 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 87 -
CMYK 0.21 0 0.57 0.20
HSL 82.24º 0.53% 0.57% -
HSV(B) 82.24º 0.57% 0.8% -
XYZ 37.57 50.87 16.86 -
YUV 176.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 160 203 87 0.21 0 0.57 0.20 82.24 0.53 0.57
Hex A0 CB 57 15 0 39 14 52 35 39
Octal 240 313 127 25 0 71 24 122 65 71
Binary 10100000 11001011 1010111 10101 0 111001 10100 1010010 110101 111001

Color Harmonies of #A0CB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB57

Black with #A0CB57

Text Example


Text Example

White with #A0CB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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