Html Css Color HEX #0ABC14 Islamic Green

📋 copy color: '#0ABC14'

red 10 ◦ green 188 ◦ blue 20

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

Shades of Islamic Green #0ABC14

Tints of Islamic Green #0ABC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 4.59%
G = 86.24%
B = 9.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#0ABC14 (or 0x0ABC14) is known color: Islamic Green. HEX triplet: 0A, BC and 14. RGB value is (10,188,20). Sum of RGB (Red+Green+Blue) = 10+188+20=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 188 (73.83% from 255 or 86.24% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC14 is #F543EB. Grayscale: #747474. Windows color (decimal): -16073708 or 1358858. OLE color: 1358858.

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

Color convert

RGB 10 188 20 -
CMYK 0.95 0 0.89 0.26
HSL 123.37º 0.9% 0.39% -
HSV(B) 123.37º 0.95% 0.74% -
XYZ 18.23 36.08 6.67 -
YUV 115.63 74.03 52.66 -
System Red Green Blue C M Y K H S L
Decimal 10 188 20 0.95 0 0.89 0.26 123.37 0.9 0.39
Hex A BC 14 5F 0 59 1A 7B 5A 27
Octal 12 274 24 137 0 131 32 173 132 47
Binary 1010 10111100 10100 1011111 0 1011001 11010 1111011 1011010 100111

Color Harmonies of #0ABC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC14

Black with #0ABC14

Text Example


Text Example

White with #0ABC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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