Html Css Color HEX #0FC440 Dark Pastel Green

📋 copy color: '#0FC440'

red 15 ◦ green 196 ◦ blue 64

#0FC440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0FC440

Tints of Dark Pastel Green #0FC440

RGB

 RED value IS 15 (6.25% from 255) = 5.45%

 GREEN value IS 196 (76.95% from 255) = 71.27%

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 5.45%
G = 71.27%
B = 23.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#0FC440 (or 0x0FC440) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 40. RGB value is (15,196,64). Sum of RGB (Red+Green+Blue) = 15+196+64=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 196 (76.95% from 255 or 71.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC440 is #F03BBF. Grayscale: #7F7F7F. Windows color (decimal): -15743936 or 4244495. OLE color: 4244495.

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

Color convert

RGB 15 196 64 -
CMYK 0.92 0 0.67 0.23
HSL 136.24º 0.86% 0.41% -
HSV(B) 136.24º 0.92% 0.77% -
XYZ 20.86 39.95 11.46 -
YUV 126.83 92.53 48.23 -
System Red Green Blue C M Y K H S L
Decimal 15 196 64 0.92 0 0.67 0.23 136.24 0.86 0.41
Hex F C4 40 5C 0 43 17 88 56 29
Octal 17 304 100 134 0 103 27 210 126 51
Binary 1111 11000100 1000000 1011100 0 1000011 10111 10001000 1010110 101001

Color Harmonies of #0FC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC440

Black with #0FC440

Text Example


Text Example

White with #0FC440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FC440;
 }
 .AnyTagClassName
 {
   color: #0FC440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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