#A0D25E

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

Shades of Conifer #A0D25E

Tints of Conifer #A0D25E

Color information

#A0D25E (or 0xA0D25E) is unknown color: approx Conifer. HEX triplet: A0, D2 and 5E. RGB value is (160,210,94). Sum of RGB (Red+Green+Blue) = 160+210+94=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D25E is #5F2DA1. Grayscale: #B6B6B6. Windows color (decimal): -6237602 or 6214304. OLE color: 6214304.

HSL color Cylindrical-coordinate representation of color #A0D25E: hue angle of 85.86º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0D25E is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB16021094-
CMYK0.2400.550.18
HSL85.86º56.31%59.61%-
HSV(B)85.86º55.24%82.35%-
XYZ39.5654.3719-
YUV181.8378.44112.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 210 (82.42% from 255) = 45.26%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=34.48%
G=45.26%
B=20.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160210940.2400.550.1885.8656.3159.61
HexA0D25E180371256383c
Octal24032213630067221267074
Binary10100000110100101011110110000110111100101010110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D25E; }

 p { color: rgb(160,210,94); }

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

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

 a { background-color: rgb(160,210,94); }

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

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

 span { border-color: rgb(160,210,94); }

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