Html Css Color HEX #0FD92E Dark Pastel Green

📋 copy color: '#0FD92E'

red 15 ◦ green 217 ◦ blue 46

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

Shades of Dark Pastel Green #0FD92E

Tints of Dark Pastel Green #0FD92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 5.4%
G = 78.06%
B = 16.55%

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

#0FD92E (or 0x0FD92E) is known color: Dark Pastel Green. HEX triplet: 0F, D9 and 2E. RGB value is (15,217,46). Sum of RGB (Red+Green+Blue) = 15+217+46=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD92E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD92E is #F026D1. Grayscale: #898989. Windows color (decimal): -15738578 or 3070223. OLE color: 3070223.

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

Color convert

RGB 15 217 46 -
CMYK 0.93 0 0.79 0.15
HSL 129.21º 0.87% 0.45% -
HSV(B) 129.21º 0.93% 0.85% -
XYZ 25.5 49.92 10.88 -
YUV 137.11 76.58 40.9 -
System Red Green Blue C M Y K H S L
Decimal 15 217 46 0.93 0 0.79 0.15 129.21 0.87 0.45
Hex F D9 2E 5D 0 4F F 81 57 2D
Octal 17 331 56 135 0 117 17 201 127 55
Binary 1111 11011001 101110 1011101 0 1001111 1111 10000001 1010111 101101

Color Harmonies of #0FD92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD92E

Black with #0FD92E

Text Example


Text Example

White with #0FD92E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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