#0FCA27

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

Shades of Dark Pastel Green #0FCA27

Tints of Dark Pastel Green #0FCA27

Color information

#0FCA27 (or 0x0FCA27) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, CA and 27. RGB value is (15,202,39). Sum of RGB (Red+Green+Blue) = 15+202+39=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCA27 is #F035D8. Grayscale: #7F7F7F. Windows color (decimal): -15742425 or 2607631. OLE color: 2607631.

HSL color Cylindrical-coordinate representation of color #0FCA27: hue angle of 127.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA27 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB1520239-
CMYK0.9300.810.21
HSL127.7º86.18%42.55%-
HSV(B)127.7º92.57%79.22%-
XYZ21.6842.498.98-
YUV127.578.0547.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 202 (79.30% from 255) = 78.91%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=5.86%
G=78.91%
B=15.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15202390.9300.810.21127.786.1842.55
HexFCA275D0511580562b
Octal173124713501212520012653
Binary11111100101010011110111010101000110101100000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,202,39); }

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

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

 a { background-color: rgb(15,202,39); }

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

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

 span { border-color: rgb(15,202,39); }

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