Html Css Color HEX #12AF03 Islamic Green

📋 copy color: '#12AF03'

red 18 ◦ green 175 ◦ blue 3

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

Shades of Islamic Green #12AF03

Tints of Islamic Green #12AF03

RGB

 RED value IS 18 (7.42% from 255) = 9.18%

 GREEN value IS 175 (68.75% from 255) = 89.29%

 BLUE value IS 3 (1.56% from 255) = 1.53%

R = 9.18%
G = 89.29%
B = 1.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#12AF03 (or 0x12AF03) is known color: Islamic Green. HEX triplet: 12, AF and 03. RGB value is (18,175,3). Sum of RGB (Red+Green+Blue) = 18+175+3=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AF03 is #ED50FC. Grayscale: #6C6C6C. Windows color (decimal): -15552765 or 241426. OLE color: 241426.

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

Color convert

RGB 18 175 3 -
CMYK 0.90 0 0.98 0.31
HSL 114.77º 0.97% 0.35% -
HSV(B) 114.77º 0.98% 0.69% -
XYZ 15.6 30.8 5.21 -
YUV 108.45 68.49 63.49 -
System Red Green Blue C M Y K H S L
Decimal 18 175 3 0.90 0 0.98 0.31 114.77 0.97 0.35
Hex 12 AF 3 5A 0 62 1F 73 61 23
Octal 22 257 3 132 0 142 37 163 141 43
Binary 10010 10101111 11 1011010 0 1100010 11111 1110011 1100001 100011

Color Harmonies of #12AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF03

Black with #12AF03

Text Example


Text Example

White with #12AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AF03; }

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

 H1.HeaderClassName
 {
   color: #12AF03;
 }
 .AnyTagClassName
 {
   color: #12AF03;
 }
</style>

background-color css

<style>
 a { background-color: #12AF03; }

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

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

border-color css

<style>
 span { border-color: #12AF03; }

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

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