Html Css Color HEX #0FC53F Dark Pastel Green

📋 copy color: '#0FC53F'

red 15 ◦ green 197 ◦ blue 63

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

Shades of Dark Pastel Green #0FC53F

Tints of Dark Pastel Green #0FC53F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 71.64%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 5.45%
G = 71.64%
B = 22.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#0FC53F (or 0x0FC53F) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 3F. RGB value is (15,197,63). Sum of RGB (Red+Green+Blue) = 15+197+63=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 197 (77.34% from 255 or 71.64% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC53F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC53F is #F03AC0. Grayscale: #7F7F7F. Windows color (decimal): -15743681 or 4179215. OLE color: 4179215.

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

Color convert

RGB 15 197 63 -
CMYK 0.92 0 0.68 0.23
HSL 135.82º 0.86% 0.42% -
HSV(B) 135.82º 0.92% 0.77% -
XYZ 21.06 40.39 11.39 -
YUV 127.31 91.7 47.9 -
System Red Green Blue C M Y K H S L
Decimal 15 197 63 0.92 0 0.68 0.23 135.82 0.86 0.42
Hex F C5 3F 5C 0 44 17 88 56 2A
Octal 17 305 77 134 0 104 27 210 126 52
Binary 1111 11000101 111111 1011100 0 1000100 10111 10001000 1010110 101010

Color Harmonies of #0FC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC53F

Black with #0FC53F

Text Example


Text Example

White with #0FC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,197,63); }

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

background-color css

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

 a { background-color: rgb(15,197,63); }

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

border-color css

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

 span { border-color: rgb(15,197,63); }

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