Html Css Color HEX #03AE12 Islamic Green

📋 copy color: '#03AE12'

red 3 ◦ green 174 ◦ blue 18

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

Shades of Islamic Green #03AE12

Tints of Islamic Green #03AE12

RGB

 RED value IS 3 (1.56% from 255) = 1.54%

 GREEN value IS 174 (68.36% from 255) = 89.23%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 1.54%
G = 89.23%
B = 9.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#03AE12 (or 0x03AE12) is known color: Islamic Green. HEX triplet: 03, AE and 12. RGB value is (3,174,18). Sum of RGB (Red+Green+Blue) = 3+174+18=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 174 (68.36% from 255 or 89.23% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03AE12 is #FC51ED. Grayscale: #696969. Windows color (decimal): -16536046 or 1224195. OLE color: 1224195.

HSL color Cylindrical-coordinate representation of color #03AE12: hue angle of 125.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AE12 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 174 18 -
CMYK 0.98 0 0.90 0.32
HSL 125.26º 0.97% 0.35% -
HSV(B) 125.26º 0.98% 0.68% -
XYZ 15.28 30.34 5.62 -
YUV 105.09 78.85 55.18 -
System Red Green Blue C M Y K H S L
Decimal 3 174 18 0.98 0 0.90 0.32 125.26 0.97 0.35
Hex 3 AE 12 62 0 5A 20 7D 61 23
Octal 3 256 22 142 0 132 40 175 141 43
Binary 11 10101110 10010 1100010 0 1011010 100000 1111101 1100001 100011

Color Harmonies of #03AE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AE12

Black with #03AE12

Text Example


Text Example

White with #03AE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AE12; }

 p { color: rgb(3,174,18); }

 H1.HeaderClassName
 {
   color: #03AE12;
 }
 .AnyTagClassName
 {
   color: #03AE12;
 }
</style>

background-color css

<style>
 a { background-color: #03AE12; }

 a { background-color: rgb(3,174,18); }

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

border-color css

<style>
 span { border-color: #03AE12; }

 span { border-color: rgb(3,174,18); }

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