Html Css Color HEX #12AF0F Islamic Green

📋 copy color: '#12AF0F'

red 18 ◦ green 175 ◦ blue 15

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

Shades of Islamic Green #12AF0F

Tints of Islamic Green #12AF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 8.65%
G = 84.13%
B = 7.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#12AF0F (or 0x12AF0F) is known color: Islamic Green. HEX triplet: 12, AF and 0F. RGB value is (18,175,15). Sum of RGB (Red+Green+Blue) = 18+175+15=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AF0F is #ED50F0. Grayscale: #6E6E6E. Windows color (decimal): -15552753 or 1027858. OLE color: 1027858.

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

Color convert

RGB 18 175 15 -
CMYK 0.90 0 0.91 0.31
HSL 118.88º 0.84% 0.37% -
HSV(B) 118.88º 0.91% 0.69% -
XYZ 15.67 30.82 5.58 -
YUV 109.82 74.49 62.51 -
System Red Green Blue C M Y K H S L
Decimal 18 175 15 0.90 0 0.91 0.31 118.88 0.84 0.37
Hex 12 AF F 5A 0 5B 1F 77 54 25
Octal 22 257 17 132 0 133 37 167 124 45
Binary 10010 10101111 1111 1011010 0 1011011 11111 1110111 1010100 100101

Color Harmonies of #12AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF0F

Black with #12AF0F

Text Example


Text Example

White with #12AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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