#0FA235

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

Shades of Dark Pastel Green #0FA235

Tints of Dark Pastel Green #0FA235

Color information

#0FA235 (or 0x0FA235) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, A2 and 35. RGB value is (15,162,53). Sum of RGB (Red+Green+Blue) = 15+162+53=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 162 (63.67% from 255 or 70.43% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA235 is #F05DCA. Grayscale: #696969. Windows color (decimal): -15752651 or 3514895. OLE color: 3514895.

HSL color Cylindrical-coordinate representation of color #0FA235: hue angle of 135.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA235 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1516253-
CMYK0.9100.670.36
HSL135.51º83.05%34.71%-
HSV(B)135.51º90.74%63.53%-
XYZ13.7626.27.7-
YUV105.6298.363.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.52%
GREEN value IS 162 (63.67% from 255) = 70.43%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=6.52%
G=70.43%
B=23.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15162530.9100.670.36135.5183.0534.71
HexFA2355B04324885323
Octal172426513301034421012343
Binary111110100010110101101101101000011100100100010001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,162,53); }

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

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

 a { background-color: rgb(15,162,53); }

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

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

 span { border-color: rgb(15,162,53); }

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