Html Css Color HEX #A0CF57 Conifer

📋 copy color: '#A0CF57'

red 160 ◦ green 207 ◦ blue 87

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

Shades of Conifer #A0CF57

Tints of Conifer #A0CF57

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.59%

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

R = 35.24%
G = 45.59%
B = 19.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#A0CF57 (or 0xA0CF57) is known color: Conifer. HEX triplet: A0, CF and 57. RGB value is (160,207,87). Sum of RGB (Red+Green+Blue) = 160+207+87=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF57 is #5F30A8. Grayscale: #B3B3B3. Windows color (decimal): -6238377 or 5754784. OLE color: 5754784.

HSL color Cylindrical-coordinate representation of color #A0CF57: hue angle of 83.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0CF57 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 87 -
CMYK 0.23 0 0.58 0.19
HSL 83.5º 0.56% 0.58% -
HSV(B) 83.5º 0.58% 0.81% -
XYZ 38.53 52.79 17.18 -
YUV 179.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 160 207 87 0.23 0 0.58 0.19 83.5 0.56 0.58
Hex A0 CF 57 17 0 3A 13 54 38 3A
Octal 240 317 127 27 0 72 23 124 70 72
Binary 10100000 11001111 1010111 10111 0 111010 10011 1010100 111000 111010

Color Harmonies of #A0CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF57

Black with #A0CF57

Text Example


Text Example

White with #A0CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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