Html Css Color HEX #0FD321 Dark Pastel Green

📋 copy color: '#0FD321'

red 15 ◦ green 211 ◦ blue 33

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

Shades of Dark Pastel Green #0FD321

Tints of Dark Pastel Green #0FD321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 5.79%
G = 81.47%
B = 12.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#0FD321 (or 0x0FD321) is known color: Dark Pastel Green. HEX triplet: 0F, D3 and 21. RGB value is (15,211,33). Sum of RGB (Red+Green+Blue) = 15+211+33=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 211 (82.81% from 255 or 81.47% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD321 is #F02CDE. Grayscale: #848484. Windows color (decimal): -15740127 or 2216719. OLE color: 2216719.

HSL color Cylindrical-coordinate representation of color #0FD321: hue angle of 125.51º 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 #0FD321 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 15 211 33 -
CMYK 0.93 0 0.84 0.17
HSL 125.51º 0.87% 0.44% -
HSV(B) 125.51º 0.93% 0.83% -
XYZ 23.77 46.8 9.22 -
YUV 132.1 72.07 44.47 -
System Red Green Blue C M Y K H S L
Decimal 15 211 33 0.93 0 0.84 0.17 125.51 0.87 0.44
Hex F D3 21 5D 0 54 11 7E 57 2C
Octal 17 323 41 135 0 124 21 176 127 54
Binary 1111 11010011 100001 1011101 0 1010100 10001 1111110 1010111 101100

Color Harmonies of #0FD321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD321

Black with #0FD321

Text Example


Text Example

White with #0FD321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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