#0E6235

Color #0E6235 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #0E6235

Tints of Fun Green #0E6235

Color information

#0E6235 (or 0x0E6235) is unknown color: approx Fun Green. HEX triplet: 0E, 62 and 35. RGB value is (14,98,53). Sum of RGB (Red+Green+Blue) = 14+98+53=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6235 is #F19DCA. Grayscale: #434343. Windows color (decimal): -15834571 or 3498510. OLE color: 3498510.

HSL color Cylindrical-coordinate representation of color #0E6235: hue angle of 147.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6235 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB149853-
CMYK0.8600.460.62
HSL147.86º75%21.96%-
HSV(B)147.86º85.71%38.43%-
XYZ5.199.094.85-
YUV67.75119.6789.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.48%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=8.48%
G=59.39%
B=32.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1498530.8600.460.62147.867521.96
HexE62355602E3E944b16
Octal16142651260567622411326
Binary111011000101101011010110010111011111010010100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6235; }

 p { color: rgb(14,98,53); }

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

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

 a { background-color: rgb(14,98,53); }

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

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

 span { border-color: rgb(14,98,53); }

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