Html Css Color HEX #0EBF25 Dark Pastel Green

📋 copy color: '#0EBF25'

red 14 ◦ green 191 ◦ blue 37

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

Shades of Dark Pastel Green #0EBF25

Tints of Dark Pastel Green #0EBF25

RGB

 RED value IS 14 (5.86% from 255) = 5.79%

 GREEN value IS 191 (75% from 255) = 78.93%

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 5.79%
G = 78.93%
B = 15.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#0EBF25 (or 0x0EBF25) is known color: Dark Pastel Green. HEX triplet: 0E, BF and 25. RGB value is (14,191,37). Sum of RGB (Red+Green+Blue) = 14+191+37=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 191 (75% from 255 or 78.93% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 191 - color contains mainly: green. Hex color #0EBF25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBF25 is #F140DA. Grayscale: #787878. Windows color (decimal): -15810779 or 2473742. OLE color: 2473742.

HSL color Cylindrical-coordinate representation of color #0EBF25: hue angle of 127.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBF25 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 191 37 -
CMYK 0.93 0 0.81 0.25
HSL 127.8º 0.86% 0.4% -
HSV(B) 127.8º 0.93% 0.75% -
XYZ 19.15 37.49 7.98 -
YUV 120.52 80.86 52.02 -
System Red Green Blue C M Y K H S L
Decimal 14 191 37 0.93 0 0.81 0.25 127.8 0.86 0.4
Hex E BF 25 5D 0 51 19 80 56 28
Octal 16 277 45 135 0 121 31 200 126 50
Binary 1110 10111111 100101 1011101 0 1010001 11001 10000000 1010110 101000

Color Harmonies of #0EBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBF25

Black with #0EBF25

Text Example


Text Example

White with #0EBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,191,37); }

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

background-color css

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

 a { background-color: rgb(14,191,37); }

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

border-color css

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

 span { border-color: rgb(14,191,37); }

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