Html Css Color HEX #0EAF1B Islamic Green

📋 copy color: '#0EAF1B'

red 14 ◦ green 175 ◦ blue 27

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

Shades of Islamic Green #0EAF1B

Tints of Islamic Green #0EAF1B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 81.02%

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

R = 6.48%
G = 81.02%
B = 12.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#0EAF1B (or 0x0EAF1B) is known color: Islamic Green. HEX triplet: 0E, AF and 1B. RGB value is (14,175,27). Sum of RGB (Red+Green+Blue) = 14+175+27=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 175 (68.75% from 255 or 81.02% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF1B is #F150E4. Grayscale: #6E6E6E. Windows color (decimal): -15814885 or 1814286. OLE color: 1814286.

HSL color Cylindrical-coordinate representation of color #0EAF1B: hue angle of 124.84º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF1B is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 175 27 -
CMYK 0.92 0 0.85 0.31
HSL 124.84º 0.85% 0.37% -
HSV(B) 124.84º 0.92% 0.69% -
XYZ 15.71 30.83 6.16 -
YUV 109.99 81.16 59.53 -
System Red Green Blue C M Y K H S L
Decimal 14 175 27 0.92 0 0.85 0.31 124.84 0.85 0.37
Hex E AF 1B 5C 0 55 1F 7D 55 25
Octal 16 257 33 134 0 125 37 175 125 45
Binary 1110 10101111 11011 1011100 0 1010101 11111 1111101 1010101 100101

Color Harmonies of #0EAF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF1B

Black with #0EAF1B

Text Example


Text Example

White with #0EAF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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