Html Css Color HEX #0FC33D Dark Pastel Green

📋 copy color: '#0FC33D'

red 15 ◦ green 195 ◦ blue 61

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

Shades of Dark Pastel Green #0FC33D

Tints of Dark Pastel Green #0FC33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 5.54%
G = 71.96%
B = 22.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#0FC33D (or 0x0FC33D) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 3D. RGB value is (15,195,61). Sum of RGB (Red+Green+Blue) = 15+195+61=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC33D is #F03CC2. Grayscale: #7E7E7E. Windows color (decimal): -15744195 or 4047631. OLE color: 4047631.

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

Color convert

RGB 15 195 61 -
CMYK 0.92 0 0.69 0.24
HSL 135.33º 0.86% 0.41% -
HSV(B) 135.33º 0.92% 0.76% -
XYZ 20.55 39.47 10.95 -
YUV 125.9 91.37 48.9 -
System Red Green Blue C M Y K H S L
Decimal 15 195 61 0.92 0 0.69 0.24 135.33 0.86 0.41
Hex F C3 3D 5C 0 45 18 87 56 29
Octal 17 303 75 134 0 105 30 207 126 51
Binary 1111 11000011 111101 1011100 0 1000101 11000 10000111 1010110 101001

Color Harmonies of #0FC33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC33D

Black with #0FC33D

Text Example


Text Example

White with #0FC33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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