Html Css Color HEX #0ABF11 Islamic Green

📋 copy color: '#0ABF11'

red 10 ◦ green 191 ◦ blue 17

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

Shades of Islamic Green #0ABF11

Tints of Islamic Green #0ABF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 4.59%
G = 87.61%
B = 7.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#0ABF11 (or 0x0ABF11) is known color: Islamic Green. HEX triplet: 0A, BF and 11. RGB value is (10,191,17). Sum of RGB (Red+Green+Blue) = 10+191+17=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 191 (75% from 255 or 87.61% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABF11 is #F540EE. Grayscale: #757575. Windows color (decimal): -16072943 or 1163018. OLE color: 1163018.

HSL color Cylindrical-coordinate representation of color #0ABF11: hue angle of 122.32º 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 #0ABF11 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 17 -
CMYK 0.95 0 0.91 0.25
HSL 122.32º 0.9% 0.39% -
HSV(B) 122.32º 0.95% 0.75% -
XYZ 18.86 37.37 6.75 -
YUV 117.05 71.53 51.65 -
System Red Green Blue C M Y K H S L
Decimal 10 191 17 0.95 0 0.91 0.25 122.32 0.9 0.39
Hex A BF 11 5F 0 5B 19 7A 5A 27
Octal 12 277 21 137 0 133 31 172 132 47
Binary 1010 10111111 10001 1011111 0 1011011 11001 1111010 1011010 100111

Color Harmonies of #0ABF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF11

Black with #0ABF11

Text Example


Text Example

White with #0ABF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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