Html Css Color HEX #0FC53B Dark Pastel Green

📋 copy color: '#0FC53B'

red 15 ◦ green 197 ◦ blue 59

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

Shades of Dark Pastel Green #0FC53B

Tints of Dark Pastel Green #0FC53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 5.54%
G = 72.69%
B = 21.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#0FC53B (or 0x0FC53B) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 3B. RGB value is (15,197,59). Sum of RGB (Red+Green+Blue) = 15+197+59=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC53B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC53B is #F03AC4. Grayscale: #7F7F7F. Windows color (decimal): -15743685 or 3917071. OLE color: 3917071.

HSL color Cylindrical-coordinate representation of color #0FC53B: hue angle of 134.51º 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 #0FC53B is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 15 197 59 -
CMYK 0.92 0 0.70 0.23
HSL 134.51º 0.86% 0.42% -
HSV(B) 134.51º 0.92% 0.77% -
XYZ 20.95 40.35 10.82 -
YUV 126.85 89.7 48.22 -
System Red Green Blue C M Y K H S L
Decimal 15 197 59 0.92 0 0.70 0.23 134.51 0.86 0.42
Hex F C5 3B 5C 0 46 17 87 56 2A
Octal 17 305 73 134 0 106 27 207 126 52
Binary 1111 11000101 111011 1011100 0 1000110 10111 10000111 1010110 101010

Color Harmonies of #0FC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC53B

Black with #0FC53B

Text Example


Text Example

White with #0FC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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