Html Css Color HEX #0FDA28 Dark Pastel Green

📋 copy color: '#0FDA28'

red 15 ◦ green 218 ◦ blue 40

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

Shades of Dark Pastel Green #0FDA28

Tints of Dark Pastel Green #0FDA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 5.49%
G = 79.85%
B = 14.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#0FDA28 (or 0x0FDA28) is known color: Dark Pastel Green. HEX triplet: 0F, DA and 28. RGB value is (15,218,40). Sum of RGB (Red+Green+Blue) = 15+218+40=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDA28 is #F025D7. Grayscale: #898989. Windows color (decimal): -15738328 or 2677263. OLE color: 2677263.

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

Color convert

RGB 15 218 40 -
CMYK 0.93 0 0.82 0.15
HSL 127.39º 0.87% 0.46% -
HSV(B) 127.39º 0.93% 0.85% -
XYZ 25.65 50.4 10.38 -
YUV 137.01 73.25 40.97 -
System Red Green Blue C M Y K H S L
Decimal 15 218 40 0.93 0 0.82 0.15 127.39 0.87 0.46
Hex F DA 28 5D 0 52 F 7F 57 2E
Octal 17 332 50 135 0 122 17 177 127 56
Binary 1111 11011010 101000 1011101 0 1010010 1111 1111111 1010111 101110

Color Harmonies of #0FDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA28

Black with #0FDA28

Text Example


Text Example

White with #0FDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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