Html Css Color HEX #09AF12 Islamic Green

📋 copy color: '#09AF12'

red 9 ◦ green 175 ◦ blue 18

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

Shades of Islamic Green #09AF12

Tints of Islamic Green #09AF12

RGB

 RED value IS 9 (3.91% from 255) = 4.46%

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

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

R = 4.46%
G = 86.63%
B = 8.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#09AF12 (or 0x09AF12) is known color: Islamic Green. HEX triplet: 09, AF and 12. RGB value is (9,175,18). Sum of RGB (Red+Green+Blue) = 9+175+18=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 175 (68.75% from 255 or 86.63% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09AF12 is #F650ED. Grayscale: #6B6B6B. Windows color (decimal): -16142574 or 1224457. OLE color: 1224457.

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

Color convert

RGB 9 175 18 -
CMYK 0.95 0 0.90 0.31
HSL 123.25º 0.9% 0.36% -
HSV(B) 123.25º 0.95% 0.69% -
XYZ 15.55 30.76 5.69 -
YUV 107.47 77.5 57.77 -
System Red Green Blue C M Y K H S L
Decimal 9 175 18 0.95 0 0.90 0.31 123.25 0.9 0.36
Hex 9 AF 12 5F 0 5A 1F 7B 5A 24
Octal 11 257 22 137 0 132 37 173 132 44
Binary 1001 10101111 10010 1011111 0 1011010 11111 1111011 1011010 100100

Color Harmonies of #09AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF12

Black with #09AF12

Text Example


Text Example

White with #09AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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