Html Css Color HEX #0FD92D Dark Pastel Green

📋 copy color: '#0FD92D'

red 15 ◦ green 217 ◦ blue 45

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

Shades of Dark Pastel Green #0FD92D

Tints of Dark Pastel Green #0FD92D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.34%

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 5.42%
G = 78.34%
B = 16.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#0FD92D (or 0x0FD92D) is known color: Dark Pastel Green. HEX triplet: 0F, D9 and 2D. RGB value is (15,217,45). Sum of RGB (Red+Green+Blue) = 15+217+45=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD92D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD92D is #F026D2. Grayscale: #898989. Windows color (decimal): -15738579 or 3004687. OLE color: 3004687.

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

Color convert

RGB 15 217 45 -
CMYK 0.93 0 0.79 0.15
HSL 128.91º 0.87% 0.45% -
HSV(B) 128.91º 0.93% 0.85% -
XYZ 25.48 49.92 10.77 -
YUV 136.99 76.08 40.99 -
System Red Green Blue C M Y K H S L
Decimal 15 217 45 0.93 0 0.79 0.15 128.91 0.87 0.45
Hex F D9 2D 5D 0 4F F 81 57 2D
Octal 17 331 55 135 0 117 17 201 127 55
Binary 1111 11011001 101101 1011101 0 1001111 1111 10000001 1010111 101101

Color Harmonies of #0FD92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD92D

Black with #0FD92D

Text Example


Text Example

White with #0FD92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,217,45); }

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

background-color css

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

 a { background-color: rgb(15,217,45); }

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

border-color css

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

 span { border-color: rgb(15,217,45); }

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