Html Css Color HEX #05AF12 Islamic Green

📋 copy color: '#05AF12'

red 5 ◦ green 175 ◦ blue 18

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

Shades of Islamic Green #05AF12

Tints of Islamic Green #05AF12

RGB

 RED value IS 5 (2.34% from 255) = 2.53%

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

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

R = 2.53%
G = 88.38%
B = 9.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#05AF12 (or 0x05AF12) is known color: Islamic Green. HEX triplet: 05, AF and 12. RGB value is (5,175,18). Sum of RGB (Red+Green+Blue) = 5+175+18=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 175 (68.75% from 255 or 88.38% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AF12 is #FA50ED. Grayscale: #6A6A6A. Windows color (decimal): -16404718 or 1224453. OLE color: 1224453.

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

Color convert

RGB 5 175 18 -
CMYK 0.97 0 0.90 0.31
HSL 124.59º 0.94% 0.35% -
HSV(B) 124.59º 0.97% 0.69% -
XYZ 15.5 30.74 5.69 -
YUV 106.27 78.18 55.77 -
System Red Green Blue C M Y K H S L
Decimal 5 175 18 0.97 0 0.90 0.31 124.59 0.94 0.35
Hex 5 AF 12 61 0 5A 1F 7D 5E 23
Octal 5 257 22 141 0 132 37 175 136 43
Binary 101 10101111 10010 1100001 0 1011010 11111 1111101 1011110 100011

Color Harmonies of #05AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF12

Black with #05AF12

Text Example


Text Example

White with #05AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AF12; }

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

 H1.HeaderClassName
 {
   color: #05AF12;
 }
 .AnyTagClassName
 {
   color: #05AF12;
 }
</style>

background-color css

<style>
 a { background-color: #05AF12; }

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

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

border-color css

<style>
 span { border-color: #05AF12; }

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

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