#A0CF53

Color #A0CF53 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A0CF53

Tints of Conifer #A0CF53

Color information

#A0CF53 (or 0xA0CF53) is unknown color: approx Conifer. HEX triplet: A0, CF and 53. RGB value is (160,207,83). Sum of RGB (Red+Green+Blue) = 160+207+83=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF53 is #5F30AC. Grayscale: #B3B3B3. Windows color (decimal): -6238381 or 5492640. OLE color: 5492640.

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

Color convert

RGB16020783-
CMYK0.2300.600.19
HSL82.74º56.36%56.86%-
HSV(B)82.74º59.9%81.18%-
XYZ38.3752.7216.34-
YUV178.8173.93114.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=35.56%
G=46%
B=18.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160207830.2300.600.1982.7456.3656.86
HexA0CF531703C13533839
Octal24031712327074231237071
Binary10100000110011111010011101110111100100111010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CF53; }

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

 H1.HeaderClassName
 {
   color: #A0CF53;
 }
 .AnyTagClassName
 {
   color: #A0CF53;
 }
</style>
background-color css

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

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

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

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

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

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