Html Css Color HEX #0FD33C Dark Pastel Green

📋 copy color: '#0FD33C'

red 15 ◦ green 211 ◦ blue 60

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

Shades of Dark Pastel Green #0FD33C

Tints of Dark Pastel Green #0FD33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.78%

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 5.24%
G = 73.78%
B = 20.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#0FD33C (or 0x0FD33C) is known color: Dark Pastel Green. HEX triplet: 0F, D3 and 3C. RGB value is (15,211,60). Sum of RGB (Red+Green+Blue) = 15+211+60=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 211 (82.81% from 255 or 73.78% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD33C is #F02CC3. Grayscale: #878787. Windows color (decimal): -15740100 or 3986191. OLE color: 3986191.

HSL color Cylindrical-coordinate representation of color #0FD33C: hue angle of 133.78º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD33C is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 15 211 60 -
CMYK 0.93 0 0.72 0.17
HSL 133.78º 0.87% 0.44% -
HSV(B) 133.78º 0.93% 0.83% -
XYZ 24.31 47.02 12.07 -
YUV 135.18 85.57 42.28 -
System Red Green Blue C M Y K H S L
Decimal 15 211 60 0.93 0 0.72 0.17 133.78 0.87 0.44
Hex F D3 3C 5D 0 48 11 86 57 2C
Octal 17 323 74 135 0 110 21 206 127 54
Binary 1111 11010011 111100 1011101 0 1001000 10001 10000110 1010111 101100

Color Harmonies of #0FD33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD33C

Black with #0FD33C

Text Example


Text Example

White with #0FD33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,211,60); }

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

background-color css

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

 a { background-color: rgb(15,211,60); }

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

border-color css

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

 span { border-color: rgb(15,211,60); }

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