Html Css Color HEX #0FDD2F Dark Pastel Green

📋 copy color: '#0FDD2F'

red 15 ◦ green 221 ◦ blue 47

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

Shades of Dark Pastel Green #0FDD2F

Tints of Dark Pastel Green #0FDD2F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 78.09%

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 5.3%
G = 78.09%
B = 16.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#0FDD2F (or 0x0FDD2F) is known color: Dark Pastel Green. HEX triplet: 0F, DD and 2F. RGB value is (15,221,47). Sum of RGB (Red+Green+Blue) = 15+221+47=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD2F is #F022D0. Grayscale: #8C8C8C. Windows color (decimal): -15737553 or 3136783. OLE color: 3136783.

HSL color Cylindrical-coordinate representation of color #0FDD2F: hue angle of 129.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD2F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 221 47 -
CMYK 0.93 0 0.79 0.13
HSL 129.32º 0.87% 0.46% -
HSV(B) 129.32º 0.93% 0.87% -
XYZ 26.57 52.02 11.33 -
YUV 139.57 75.75 39.15 -
System Red Green Blue C M Y K H S L
Decimal 15 221 47 0.93 0 0.79 0.13 129.32 0.87 0.46
Hex F DD 2F 5D 0 4F D 81 57 2E
Octal 17 335 57 135 0 117 15 201 127 56
Binary 1111 11011101 101111 1011101 0 1001111 1101 10000001 1010111 101110

Color Harmonies of #0FDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD2F

Black with #0FDD2F

Text Example


Text Example

White with #0FDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,221,47); }

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

background-color css

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

 a { background-color: rgb(15,221,47); }

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

border-color css

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

 span { border-color: rgb(15,221,47); }

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