Html Css Color HEX #0FDA30 Dark Pastel Green

📋 copy color: '#0FDA30'

red 15 ◦ green 218 ◦ blue 48

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

Shades of Dark Pastel Green #0FDA30

Tints of Dark Pastel Green #0FDA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 5.34%
G = 77.58%
B = 17.08%

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

#0FDA30 (or 0x0FDA30) is known color: Dark Pastel Green. HEX triplet: 0F, DA and 30. RGB value is (15,218,48). Sum of RGB (Red+Green+Blue) = 15+218+48=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDA30 is #F025CF. Grayscale: #8A8A8A. Windows color (decimal): -15738320 or 3201551. OLE color: 3201551.

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

Color convert

RGB 15 218 48 -
CMYK 0.93 0 0.78 0.15
HSL 129.75º 0.87% 0.46% -
HSV(B) 129.75º 0.93% 0.85% -
XYZ 25.8 50.46 11.18 -
YUV 137.92 77.25 40.32 -
System Red Green Blue C M Y K H S L
Decimal 15 218 48 0.93 0 0.78 0.15 129.75 0.87 0.46
Hex F DA 30 5D 0 4E F 82 57 2E
Octal 17 332 60 135 0 116 17 202 127 56
Binary 1111 11011010 110000 1011101 0 1001110 1111 10000010 1010111 101110

Color Harmonies of #0FDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA30

Black with #0FDA30

Text Example


Text Example

White with #0FDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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