Html Css Color HEX #0FDA2F Dark Pastel Green

📋 copy color: '#0FDA2F'

red 15 ◦ green 218 ◦ blue 47

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

Shades of Dark Pastel Green #0FDA2F

Tints of Dark Pastel Green #0FDA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.86%

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

R = 5.36%
G = 77.86%
B = 16.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#0FDA2F (or 0x0FDA2F) is known color: Dark Pastel Green. HEX triplet: 0F, DA and 2F. RGB value is (15,218,47). Sum of RGB (Red+Green+Blue) = 15+218+47=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDA2F is #F025D0. Grayscale: #8A8A8A. Windows color (decimal): -15738321 or 3136015. OLE color: 3136015.

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

Color convert

RGB 15 218 47 -
CMYK 0.93 0 0.78 0.15
HSL 129.46º 0.87% 0.46% -
HSV(B) 129.46º 0.93% 0.85% -
XYZ 25.78 50.45 11.07 -
YUV 137.81 76.75 40.4 -
System Red Green Blue C M Y K H S L
Decimal 15 218 47 0.93 0 0.78 0.15 129.46 0.87 0.46
Hex F DA 2F 5D 0 4E F 81 57 2E
Octal 17 332 57 135 0 116 17 201 127 56
Binary 1111 11011010 101111 1011101 0 1001110 1111 10000001 1010111 101110

Color Harmonies of #0FDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA2F

Black with #0FDA2F

Text Example


Text Example

White with #0FDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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