Html Css Color HEX #0FC330 Dark Pastel Green

📋 copy color: '#0FC330'

red 15 ◦ green 195 ◦ blue 48

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

Shades of Dark Pastel Green #0FC330

Tints of Dark Pastel Green #0FC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75.58%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 5.81%
G = 75.58%
B = 18.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#0FC330 (or 0x0FC330) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 30. RGB value is (15,195,48). Sum of RGB (Red+Green+Blue) = 15+195+48=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC330 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC330 is #F03CCF. Grayscale: #7C7C7C. Windows color (decimal): -15744208 or 3195663. OLE color: 3195663.

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

Color convert

RGB 15 195 48 -
CMYK 0.92 0 0.75 0.24
HSL 131º 0.86% 0.41% -
HSV(B) 131º 0.92% 0.76% -
XYZ 20.25 39.35 9.32 -
YUV 124.42 84.87 49.95 -
System Red Green Blue C M Y K H S L
Decimal 15 195 48 0.92 0 0.75 0.24 131 0.86 0.41
Hex F C3 30 5C 0 4B 18 83 56 29
Octal 17 303 60 134 0 113 30 203 126 51
Binary 1111 11000011 110000 1011100 0 1001011 11000 10000011 1010110 101001

Color Harmonies of #0FC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC330

Black with #0FC330

Text Example


Text Example

White with #0FC330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,195,48); }

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

background-color css

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

 a { background-color: rgb(15,195,48); }

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

border-color css

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

 span { border-color: rgb(15,195,48); }

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