Html Css Color HEX #0EA51B Islamic Green

📋 copy color: '#0EA51B'

red 14 ◦ green 165 ◦ blue 27

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

Shades of Islamic Green #0EA51B

Tints of Islamic Green #0EA51B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 80.1%

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 6.8%
G = 80.1%
B = 13.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#0EA51B (or 0x0EA51B) is known color: Islamic Green. HEX triplet: 0E, A5 and 1B. RGB value is (14,165,27). Sum of RGB (Red+Green+Blue) = 14+165+27=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 165 (64.84% from 255 or 80.10% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA51B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA51B is #F15AE4. Grayscale: #686868. Windows color (decimal): -15817445 or 1811726. OLE color: 1811726.

HSL color Cylindrical-coordinate representation of color #0EA51B: hue angle of 125.17º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA51B is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 165 27 -
CMYK 0.92 0 0.84 0.35
HSL 125.17º 0.84% 0.35% -
HSV(B) 125.17º 0.92% 0.65% -
XYZ 13.83 27.08 5.54 -
YUV 104.12 84.47 63.72 -
System Red Green Blue C M Y K H S L
Decimal 14 165 27 0.92 0 0.84 0.35 125.17 0.84 0.35
Hex E A5 1B 5C 0 54 23 7D 54 23
Octal 16 245 33 134 0 124 43 175 124 43
Binary 1110 10100101 11011 1011100 0 1010100 100011 1111101 1010100 100011

Color Harmonies of #0EA51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA51B

Black with #0EA51B

Text Example


Text Example

White with #0EA51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,165,27); }

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

background-color css

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

 a { background-color: rgb(14,165,27); }

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

border-color css

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

 span { border-color: rgb(14,165,27); }

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