Html Css Color HEX #07AF18 Islamic Green

📋 copy color: '#07AF18'

red 7 ◦ green 175 ◦ blue 24

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

Shades of Islamic Green #07AF18

Tints of Islamic Green #07AF18

RGB

 RED value IS 7 (3.13% from 255) = 3.4%

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

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 3.4%
G = 84.95%
B = 11.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#07AF18 (or 0x07AF18) is known color: Islamic Green. HEX triplet: 07, AF and 18. RGB value is (7,175,24). Sum of RGB (Red+Green+Blue) = 7+175+24=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 175 (68.75% from 255 or 84.95% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AF18 is #F850E7. Grayscale: #6B6B6B. Windows color (decimal): -16273640 or 1617671. OLE color: 1617671.

HSL color Cylindrical-coordinate representation of color #07AF18: hue angle of 126.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF18 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 175 24 -
CMYK 0.96 0 0.86 0.31
HSL 126.07º 0.92% 0.36% -
HSV(B) 126.07º 0.96% 0.69% -
XYZ 15.58 30.77 5.98 -
YUV 107.55 80.84 56.28 -
System Red Green Blue C M Y K H S L
Decimal 7 175 24 0.96 0 0.86 0.31 126.07 0.92 0.36
Hex 7 AF 18 60 0 56 1F 7E 5C 24
Octal 7 257 30 140 0 126 37 176 134 44
Binary 111 10101111 11000 1100000 0 1010110 11111 1111110 1011100 100100

Color Harmonies of #07AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AF18

Black with #07AF18

Text Example


Text Example

White with #07AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AF18; }

 p { color: rgb(7,175,24); }

 H1.HeaderClassName
 {
   color: #07AF18;
 }
 .AnyTagClassName
 {
   color: #07AF18;
 }
</style>

background-color css

<style>
 a { background-color: #07AF18; }

 a { background-color: rgb(7,175,24); }

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

border-color css

<style>
 span { border-color: #07AF18; }

 span { border-color: rgb(7,175,24); }

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