Html Css Color HEX #0FC33E Dark Pastel Green

📋 copy color: '#0FC33E'

red 15 ◦ green 195 ◦ blue 62

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

Shades of Dark Pastel Green #0FC33E

Tints of Dark Pastel Green #0FC33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 5.51%
G = 71.69%
B = 22.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#0FC33E (or 0x0FC33E) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 3E. RGB value is (15,195,62). Sum of RGB (Red+Green+Blue) = 15+195+62=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC33E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC33E is #F03CC1. Grayscale: #7E7E7E. Windows color (decimal): -15744194 or 4113167. OLE color: 4113167.

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

Color convert

RGB 15 195 62 -
CMYK 0.92 0 0.68 0.24
HSL 135.67º 0.86% 0.41% -
HSV(B) 135.67º 0.92% 0.76% -
XYZ 20.58 39.48 11.09 -
YUV 126.02 91.87 48.81 -
System Red Green Blue C M Y K H S L
Decimal 15 195 62 0.92 0 0.68 0.24 135.67 0.86 0.41
Hex F C3 3E 5C 0 44 18 88 56 29
Octal 17 303 76 134 0 104 30 210 126 51
Binary 1111 11000011 111110 1011100 0 1000100 11000 10001000 1010110 101001

Color Harmonies of #0FC33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC33E

Black with #0FC33E

Text Example


Text Example

White with #0FC33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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