Html Css Color HEX #0ABF00 Islamic Green

📋 copy color: '#0ABF00'

red 10 ◦ green 191 ◦ blue 0

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

Shades of Islamic Green #0ABF00

Tints of Islamic Green #0ABF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.98%
G = 95.02%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#0ABF00 (or 0x0ABF00) is known color: Islamic Green. HEX triplet: 0A, BF and 00. RGB value is (10,191,0). Sum of RGB (Red+Green+Blue) = 10+191+0=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 191 (75% from 255 or 95.02% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABF00 is #F540FF. Grayscale: #737373. Windows color (decimal): -16072960 or 48906. OLE color: 48906.

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

Color convert

RGB 10 191 0 -
CMYK 0.95 0 1 0.25
HSL 116.86º 1% 0.37% -
HSV(B) 116.86º 1% 0.75% -
XYZ 18.76 37.33 6.22 -
YUV 115.11 63.03 53.03 -
System Red Green Blue C M Y K H S L
Decimal 10 191 0 0.95 0 1 0.25 116.86 1 0.37
Hex A BF 0 5F 0 64 19 75 64 25
Octal 12 277 0 137 0 144 31 165 144 45
Binary 1010 10111111 0 1011111 0 1100100 11001 1110101 1100100 100101

Color Harmonies of #0ABF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF00

Black with #0ABF00

Text Example


Text Example

White with #0ABF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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