Html Css Color HEX #0ABC0D Islamic Green

📋 copy color: '#0ABC0D'

red 10 ◦ green 188 ◦ blue 13

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

Shades of Islamic Green #0ABC0D

Tints of Islamic Green #0ABC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 4.74%
G = 89.1%
B = 6.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#0ABC0D (or 0x0ABC0D) is known color: Islamic Green. HEX triplet: 0A, BC and 0D. RGB value is (10,188,13). Sum of RGB (Red+Green+Blue) = 10+188+13=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 188 (73.83% from 255 or 89.10% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC0D is #F543F2. Grayscale: #737373. Windows color (decimal): -16073715 or 900106. OLE color: 900106.

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

Color convert

RGB 10 188 13 -
CMYK 0.95 0 0.93 0.26
HSL 121.01º 0.9% 0.39% -
HSV(B) 121.01º 0.95% 0.74% -
XYZ 18.18 36.06 6.38 -
YUV 114.83 70.53 53.23 -
System Red Green Blue C M Y K H S L
Decimal 10 188 13 0.95 0 0.93 0.26 121.01 0.9 0.39
Hex A BC D 5F 0 5D 1A 79 5A 27
Octal 12 274 15 137 0 135 32 171 132 47
Binary 1010 10111100 1101 1011111 0 1011101 11010 1111001 1011010 100111

Color Harmonies of #0ABC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC0D

Black with #0ABC0D

Text Example


Text Example

White with #0ABC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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