Html Css Color HEX #0ABC12 Islamic Green

📋 copy color: '#0ABC12'

red 10 ◦ green 188 ◦ blue 18

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

Shades of Islamic Green #0ABC12

Tints of Islamic Green #0ABC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 4.63%
G = 87.04%
B = 8.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#0ABC12 (or 0x0ABC12) is known color: Islamic Green. HEX triplet: 0A, BC and 12. RGB value is (10,188,18). Sum of RGB (Red+Green+Blue) = 10+188+18=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 188 (73.83% from 255 or 87.04% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC12 is #F543ED. Grayscale: #737373. Windows color (decimal): -16073710 or 1227786. OLE color: 1227786.

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

Color convert

RGB 10 188 18 -
CMYK 0.95 0 0.90 0.26
HSL 122.7º 0.9% 0.39% -
HSV(B) 122.7º 0.95% 0.74% -
XYZ 18.22 36.07 6.58 -
YUV 115.4 73.03 52.82 -
System Red Green Blue C M Y K H S L
Decimal 10 188 18 0.95 0 0.90 0.26 122.7 0.9 0.39
Hex A BC 12 5F 0 5A 1A 7B 5A 27
Octal 12 274 22 137 0 132 32 173 132 47
Binary 1010 10111100 10010 1011111 0 1011010 11010 1111011 1011010 100111

Color Harmonies of #0ABC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC12

Black with #0ABC12

Text Example


Text Example

White with #0ABC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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