Html Css Color HEX #07AF1A Islamic Green

📋 copy color: '#07AF1A'

red 7 ◦ green 175 ◦ blue 26

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

Shades of Islamic Green #07AF1A

Tints of Islamic Green #07AF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 3.37%
G = 84.13%
B = 12.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#07AF1A (or 0x07AF1A) is known color: Islamic Green. HEX triplet: 07, AF and 1A. RGB value is (7,175,26). Sum of RGB (Red+Green+Blue) = 7+175+26=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF1A is #F850E5. Grayscale: #6C6C6C. Windows color (decimal): -16273638 or 1748743. OLE color: 1748743.

HSL color Cylindrical-coordinate representation of color #07AF1A: hue angle of 126.79º 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 #07AF1A is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 175 26 -
CMYK 0.96 0 0.85 0.31
HSL 126.79º 0.92% 0.36% -
HSV(B) 126.79º 0.96% 0.69% -
XYZ 15.6 30.78 6.1 -
YUV 107.78 81.84 56.12 -
System Red Green Blue C M Y K H S L
Decimal 7 175 26 0.96 0 0.85 0.31 126.79 0.92 0.36
Hex 7 AF 1A 60 0 55 1F 7F 5C 24
Octal 7 257 32 140 0 125 37 177 134 44
Binary 111 10101111 11010 1100000 0 1010101 11111 1111111 1011100 100100

Color Harmonies of #07AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AF1A

Black with #07AF1A

Text Example


Text Example

White with #07AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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