Html Css Color HEX #0ABC0F Islamic Green

📋 copy color: '#0ABC0F'

red 10 ◦ green 188 ◦ blue 15

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

Shades of Islamic Green #0ABC0F

Tints of Islamic Green #0ABC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 4.69%
G = 88.26%
B = 7.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#0ABC0F (or 0x0ABC0F) is known color: Islamic Green. HEX triplet: 0A, BC and 0F. RGB value is (10,188,15). Sum of RGB (Red+Green+Blue) = 10+188+15=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 188 (73.83% from 255 or 88.26% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC0F is #F543F0. Grayscale: #737373. Windows color (decimal): -16073713 or 1031178. OLE color: 1031178.

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

Color convert

RGB 10 188 15 -
CMYK 0.95 0 0.92 0.26
HSL 121.69º 0.9% 0.39% -
HSV(B) 121.69º 0.95% 0.74% -
XYZ 18.19 36.07 6.45 -
YUV 115.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 10 188 15 0.95 0 0.92 0.26 121.69 0.9 0.39
Hex A BC F 5F 0 5C 1A 7A 5A 27
Octal 12 274 17 137 0 134 32 172 132 47
Binary 1010 10111100 1111 1011111 0 1011100 11010 1111010 1011010 100111

Color Harmonies of #0ABC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC0F

Black with #0ABC0F

Text Example


Text Example

White with #0ABC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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