#0FC33E

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

Shades of Dark Pastel Green #0FC33E

Tints of Dark Pastel Green #0FC33E

Color information

#0FC33E (or 0x0FC33E) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C3 and 3E. RGB value is (15,195,62). Sum of RGB (Red+Green+Blue) = 15+195+62=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC33E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC33E is #F03CC1. Grayscale: #7E7E7E. Windows color (decimal): -15744194 or 4113167. OLE color: 4113167.

HSL color Cylindrical-coordinate representation of color #0FC33E: hue angle of 135.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC33E is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1519562-
CMYK0.9200.680.24
HSL135.67º85.71%41.18%-
HSV(B)135.67º92.31%76.47%-
XYZ20.5839.4811.09-
YUV126.0291.8748.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 195 (76.56% from 255) = 71.69%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=5.51%
G=71.69%
B=22.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15195620.9200.680.24135.6785.7141.18
HexFC33E5C04418885629
Octal173037613401043021012651
Binary11111100001111111010111000100010011000100010001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,195,62); }

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

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

 a { background-color: rgb(15,195,62); }

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

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

 span { border-color: rgb(15,195,62); }

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