Html Css Color HEX #0EBA07 Islamic Green

📋 copy color: '#0EBA07'

red 14 ◦ green 186 ◦ blue 7

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

Shades of Islamic Green #0EBA07

Tints of Islamic Green #0EBA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 89.86%

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 6.76%
G = 89.86%
B = 3.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#0EBA07 (or 0x0EBA07) is known color: Islamic Green. HEX triplet: 0E, BA and 07. RGB value is (14,186,7). Sum of RGB (Red+Green+Blue) = 14+186+7=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 186 (73.05% from 255 or 89.86% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA07 is #F145F8. Grayscale: #727272. Windows color (decimal): -15812089 or 506382. OLE color: 506382.

HSL color Cylindrical-coordinate representation of color #0EBA07: hue angle of 117.65º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EBA07 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 7 -
CMYK 0.92 0 0.96 0.27
HSL 117.65º 0.93% 0.38% -
HSV(B) 117.65º 0.96% 0.73% -
XYZ 17.78 35.23 6.06 -
YUV 114.17 67.52 56.55 -
System Red Green Blue C M Y K H S L
Decimal 14 186 7 0.92 0 0.96 0.27 117.65 0.93 0.38
Hex E BA 7 5C 0 60 1B 76 5D 26
Octal 16 272 7 134 0 140 33 166 135 46
Binary 1110 10111010 111 1011100 0 1100000 11011 1110110 1011101 100110

Color Harmonies of #0EBA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA07

Black with #0EBA07

Text Example


Text Example

White with #0EBA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,186,7); }

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

background-color css

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

 a { background-color: rgb(14,186,7); }

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

border-color css

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

 span { border-color: rgb(14,186,7); }

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