Html Css Color HEX #0ABD04 Islamic Green

📋 copy color: '#0ABD04'

red 10 ◦ green 189 ◦ blue 4

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

Shades of Islamic Green #0ABD04

Tints of Islamic Green #0ABD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 4.93%
G = 93.1%
B = 1.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#0ABD04 (or 0x0ABD04) is known color: Islamic Green. HEX triplet: 0A, BD and 04. RGB value is (10,189,4). Sum of RGB (Red+Green+Blue) = 10+189+4=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 189 (74.22% from 255 or 93.10% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABD04 is #F542FB. Grayscale: #727272. Windows color (decimal): -16073468 or 310538. OLE color: 310538.

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

Color convert

RGB 10 189 4 -
CMYK 0.95 0 0.98 0.26
HSL 118.05º 0.96% 0.38% -
HSV(B) 118.05º 0.98% 0.74% -
XYZ 18.34 36.47 6.19 -
YUV 114.39 65.7 53.54 -
System Red Green Blue C M Y K H S L
Decimal 10 189 4 0.95 0 0.98 0.26 118.05 0.96 0.38
Hex A BD 4 5F 0 62 1A 76 60 26
Octal 12 275 4 137 0 142 32 166 140 46
Binary 1010 10111101 100 1011111 0 1100010 11010 1110110 1100000 100110

Color Harmonies of #0ABD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD04

Black with #0ABD04

Text Example


Text Example

White with #0ABD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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