Html Css Color HEX #0ABD0C Islamic Green

📋 copy color: '#0ABD0C'

red 10 ◦ green 189 ◦ blue 12

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

Shades of Islamic Green #0ABD0C

Tints of Islamic Green #0ABD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 89.57%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 4.74%
G = 89.57%
B = 5.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#0ABD0C (or 0x0ABD0C) is known color: Islamic Green. HEX triplet: 0A, BD and 0C. RGB value is (10,189,12). Sum of RGB (Red+Green+Blue) = 10+189+12=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 189 (74.22% from 255 or 89.57% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABD0C is #F542F3. Grayscale: #737373. Windows color (decimal): -16073460 or 834826. OLE color: 834826.

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

Color convert

RGB 10 189 12 -
CMYK 0.95 0 0.94 0.26
HSL 120.67º 0.9% 0.39% -
HSV(B) 120.67º 0.95% 0.74% -
XYZ 18.39 36.49 6.42 -
YUV 115.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 10 189 12 0.95 0 0.94 0.26 120.67 0.9 0.39
Hex A BD C 5F 0 5E 1A 79 5A 27
Octal 12 275 14 137 0 136 32 171 132 47
Binary 1010 10111101 1100 1011111 0 1011110 11010 1111001 1011010 100111

Color Harmonies of #0ABD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD0C

Black with #0ABD0C

Text Example


Text Example

White with #0ABD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,12); }

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

background-color css

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

 a { background-color: rgb(10,189,12); }

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

border-color css

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

 span { border-color: rgb(10,189,12); }

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