Html Css Color HEX #0ABC07 Islamic Green

📋 copy color: '#0ABC07'

red 10 ◦ green 188 ◦ blue 7

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

Shades of Islamic Green #0ABC07

Tints of Islamic Green #0ABC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 91.71%

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 4.88%
G = 91.71%
B = 3.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#0ABC07 (or 0x0ABC07) is known color: Islamic Green. HEX triplet: 0A, BC and 07. RGB value is (10,188,7). Sum of RGB (Red+Green+Blue) = 10+188+7=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 188 (73.83% from 255 or 91.71% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC07 is #F543F8. Grayscale: #727272. Windows color (decimal): -16073721 or 506890. OLE color: 506890.

HSL color Cylindrical-coordinate representation of color #0ABC07: hue angle of 119.01º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABC07 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 188 7 -
CMYK 0.95 0 0.96 0.26
HSL 119.01º 0.93% 0.38% -
HSV(B) 119.01º 0.96% 0.74% -
XYZ 18.15 36.05 6.2 -
YUV 114.14 67.53 53.72 -
System Red Green Blue C M Y K H S L
Decimal 10 188 7 0.95 0 0.96 0.26 119.01 0.93 0.38
Hex A BC 7 5F 0 60 1A 77 5D 26
Octal 12 274 7 137 0 140 32 167 135 46
Binary 1010 10111100 111 1011111 0 1100000 11010 1110111 1011101 100110

Color Harmonies of #0ABC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC07

Black with #0ABC07

Text Example


Text Example

White with #0ABC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,7); }

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

background-color css

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

 a { background-color: rgb(10,188,7); }

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

border-color css

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

 span { border-color: rgb(10,188,7); }

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