Html Css Color HEX #0EA41B Islamic Green

📋 copy color: '#0EA41B'

red 14 ◦ green 164 ◦ blue 27

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

Shades of Islamic Green #0EA41B

Tints of Islamic Green #0EA41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 80%

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

R = 6.83%
G = 80%
B = 13.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#0EA41B (or 0x0EA41B) is known color: Islamic Green. HEX triplet: 0E, A4 and 1B. RGB value is (14,164,27). Sum of RGB (Red+Green+Blue) = 14+164+27=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 164 (64.45% from 255 or 80% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA41B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA41B is #F15BE4. Grayscale: #676767. Windows color (decimal): -15817701 or 1811470. OLE color: 1811470.

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

Color convert

RGB 14 164 27 -
CMYK 0.91 0 0.84 0.36
HSL 125.2º 0.84% 0.35% -
HSV(B) 125.2º 0.91% 0.64% -
XYZ 13.65 26.72 5.48 -
YUV 103.53 84.81 64.14 -
System Red Green Blue C M Y K H S L
Decimal 14 164 27 0.91 0 0.84 0.36 125.2 0.84 0.35
Hex E A4 1B 5B 0 54 24 7D 54 23
Octal 16 244 33 133 0 124 44 175 124 43
Binary 1110 10100100 11011 1011011 0 1010100 100100 1111101 1010100 100011

Color Harmonies of #0EA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA41B

Black with #0EA41B

Text Example


Text Example

White with #0EA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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