Html Css Color HEX #0FCC31 Dark Pastel Green

📋 copy color: '#0FCC31'

red 15 ◦ green 204 ◦ blue 49

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

Shades of Dark Pastel Green #0FCC31

Tints of Dark Pastel Green #0FCC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 76.12%

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 5.6%
G = 76.12%
B = 18.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#0FCC31 (or 0x0FCC31) is known color: Dark Pastel Green. HEX triplet: 0F, CC and 31. RGB value is (15,204,49). Sum of RGB (Red+Green+Blue) = 15+204+49=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 204 (80.08% from 255 or 76.12% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCC31 is #F033CE. Grayscale: #828282. Windows color (decimal): -15741903 or 3263503. OLE color: 3263503.

HSL color Cylindrical-coordinate representation of color #0FCC31: hue angle of 130.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC31 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 204 49 -
CMYK 0.93 0 0.76 0.2
HSL 130.79º 0.86% 0.43% -
HSV(B) 130.79º 0.93% 0.8% -
XYZ 22.34 43.51 10.13 -
YUV 129.82 82.38 46.1 -
System Red Green Blue C M Y K H S L
Decimal 15 204 49 0.93 0 0.76 0.2 130.79 0.86 0.43
Hex F CC 31 5D 0 4C 14 83 56 2B
Octal 17 314 61 135 0 114 24 203 126 53
Binary 1111 11001100 110001 1011101 0 1001100 10100 10000011 1010110 101011

Color Harmonies of #0FCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCC31

Black with #0FCC31

Text Example


Text Example

White with #0FCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,204,49); }

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

background-color css

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

 a { background-color: rgb(15,204,49); }

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

border-color css

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

 span { border-color: rgb(15,204,49); }

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