Html Css Color HEX #0ABF0E Islamic Green

📋 copy color: '#0ABF0E'

red 10 ◦ green 191 ◦ blue 14

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

Shades of Islamic Green #0ABF0E

Tints of Islamic Green #0ABF0E

RGB

 RED value IS 10 (4.3% from 255) = 4.65%

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

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 4.65%
G = 88.84%
B = 6.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#0ABF0E (or 0x0ABF0E) is known color: Islamic Green. HEX triplet: 0A, BF and 0E. RGB value is (10,191,14). Sum of RGB (Red+Green+Blue) = 10+191+14=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 191 (75% from 255 or 88.84% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABF0E is #F540F1. Grayscale: #757575. Windows color (decimal): -16072946 or 966410. OLE color: 966410.

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

Color convert

RGB 10 191 14 -
CMYK 0.95 0 0.93 0.25
HSL 121.33º 0.9% 0.39% -
HSV(B) 121.33º 0.95% 0.75% -
XYZ 18.84 37.36 6.63 -
YUV 116.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 10 191 14 0.95 0 0.93 0.25 121.33 0.9 0.39
Hex A BF E 5F 0 5D 19 79 5A 27
Octal 12 277 16 137 0 135 31 171 132 47
Binary 1010 10111111 1110 1011111 0 1011101 11001 1111001 1011010 100111

Color Harmonies of #0ABF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF0E

Black with #0ABF0E

Text Example


Text Example

White with #0ABF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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