#0FC640

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

Shades of Dark Pastel Green #0FC640

Tints of Dark Pastel Green #0FC640

Color information

#0FC640 (or 0x0FC640) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, C6 and 40. RGB value is (15,198,64). Sum of RGB (Red+Green+Blue) = 15+198+64=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 198 (77.73% from 255 or 71.48% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC640 is #F039BF. Grayscale: #808080. Windows color (decimal): -15743424 or 4245007. OLE color: 4245007.

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

Color convert

RGB1519864-
CMYK0.9200.680.22
HSL136.07º85.92%41.76%-
HSV(B)136.07º92.42%77.65%-
XYZ21.3240.8611.61-
YUV128.0191.8747.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 198 (77.73% from 255) = 71.48%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=5.42%
G=71.48%
B=23.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15198640.9200.680.22136.0785.9241.76
HexFC6405C0441688562a
Octal1730610013401042621012652
Binary111111000110100000010111000100010010110100010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,198,64); }

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

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

 a { background-color: rgb(15,198,64); }

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

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

 span { border-color: rgb(15,198,64); }

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