Html Css Color HEX #0FDA29 Dark Pastel Green

📋 copy color: '#0FDA29'

red 15 ◦ green 218 ◦ blue 41

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

Shades of Dark Pastel Green #0FDA29

Tints of Dark Pastel Green #0FDA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 5.47%
G = 79.56%
B = 14.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#0FDA29 (or 0x0FDA29) is known color: Dark Pastel Green. HEX triplet: 0F, DA and 29. RGB value is (15,218,41). Sum of RGB (Red+Green+Blue) = 15+218+41=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDA29 is #F025D6. Grayscale: #898989. Windows color (decimal): -15738327 or 2742799. OLE color: 2742799.

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

Color convert

RGB 15 218 41 -
CMYK 0.93 0 0.81 0.15
HSL 127.68º 0.87% 0.46% -
HSV(B) 127.68º 0.93% 0.85% -
XYZ 25.67 50.4 10.47 -
YUV 137.13 73.75 40.89 -
System Red Green Blue C M Y K H S L
Decimal 15 218 41 0.93 0 0.81 0.15 127.68 0.87 0.46
Hex F DA 29 5D 0 51 F 80 57 2E
Octal 17 332 51 135 0 121 17 200 127 56
Binary 1111 11011010 101001 1011101 0 1010001 1111 10000000 1010111 101110

Color Harmonies of #0FDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA29

Black with #0FDA29

Text Example


Text Example

White with #0FDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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