Html Css Color HEX #0FD82E Dark Pastel Green

📋 copy color: '#0FD82E'

red 15 ◦ green 216 ◦ blue 46

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

Shades of Dark Pastel Green #0FD82E

Tints of Dark Pastel Green #0FD82E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.98%

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

R = 5.42%
G = 77.98%
B = 16.61%

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

#0FD82E (or 0x0FD82E) is known color: Dark Pastel Green. HEX triplet: 0F, D8 and 2E. RGB value is (15,216,46). Sum of RGB (Red+Green+Blue) = 15+216+46=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD82E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD82E is #F027D1. Grayscale: #898989. Windows color (decimal): -15738834 or 3069967. OLE color: 3069967.

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

Color convert

RGB 15 216 46 -
CMYK 0.93 0 0.79 0.15
HSL 129.25º 0.87% 0.45% -
HSV(B) 129.25º 0.93% 0.85% -
XYZ 25.25 49.41 10.79 -
YUV 136.52 76.91 41.32 -
System Red Green Blue C M Y K H S L
Decimal 15 216 46 0.93 0 0.79 0.15 129.25 0.87 0.45
Hex F D8 2E 5D 0 4F F 81 57 2D
Octal 17 330 56 135 0 117 17 201 127 55
Binary 1111 11011000 101110 1011101 0 1001111 1111 10000001 1010111 101101

Color Harmonies of #0FD82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD82E

Black with #0FD82E

Text Example


Text Example

White with #0FD82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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