Html Css Color HEX #0FDC32 Dark Pastel Green

📋 copy color: '#0FDC32'

red 15 ◦ green 220 ◦ blue 50

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

Shades of Dark Pastel Green #0FDC32

Tints of Dark Pastel Green #0FDC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 77.19%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 5.26%
G = 77.19%
B = 17.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#0FDC32 (or 0x0FDC32) is known color: Dark Pastel Green. HEX triplet: 0F, DC and 32. RGB value is (15,220,50). Sum of RGB (Red+Green+Blue) = 15+220+50=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDC32 is #F023CD. Grayscale: #8B8B8B. Windows color (decimal): -15737806 or 3333135. OLE color: 3333135.

HSL color Cylindrical-coordinate representation of color #0FDC32: hue angle of 130.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC32 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 50 -
CMYK 0.93 0 0.77 0.14
HSL 130.24º 0.87% 0.46% -
HSV(B) 130.24º 0.93% 0.86% -
XYZ 26.37 51.52 11.57 -
YUV 139.33 77.58 39.32 -
System Red Green Blue C M Y K H S L
Decimal 15 220 50 0.93 0 0.77 0.14 130.24 0.87 0.46
Hex F DC 32 5D 0 4D E 82 57 2E
Octal 17 334 62 135 0 115 16 202 127 56
Binary 1111 11011100 110010 1011101 0 1001101 1110 10000010 1010111 101110

Color Harmonies of #0FDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC32

Black with #0FDC32

Text Example


Text Example

White with #0FDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,50); }

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

background-color css

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

 a { background-color: rgb(15,220,50); }

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

border-color css

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

 span { border-color: rgb(15,220,50); }

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