Html Css Color HEX #07A40B Islamic Green

📋 copy color: '#07A40B'

red 7 ◦ green 164 ◦ blue 11

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

Shades of Islamic Green #07A40B

Tints of Islamic Green #07A40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 90.11%

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 3.85%
G = 90.11%
B = 6.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#07A40B (or 0x07A40B) is known color: Islamic Green. HEX triplet: 07, A4 and 0B. RGB value is (7,164,11). Sum of RGB (Red+Green+Blue) = 7+164+11=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 164 (64.45% from 255 or 90.11% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 164 - color contains mainly: green. Hex color #07A40B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A40B is #F85BF4. Grayscale: #646464. Windows color (decimal): -16276469 or 762887. OLE color: 762887.

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

Color convert

RGB 7 164 11 -
CMYK 0.96 0 0.93 0.36
HSL 121.53º 0.92% 0.34% -
HSV(B) 121.53º 0.96% 0.64% -
XYZ 13.42 26.62 4.75 -
YUV 99.62 77.99 61.94 -
System Red Green Blue C M Y K H S L
Decimal 7 164 11 0.96 0 0.93 0.36 121.53 0.92 0.34
Hex 7 A4 B 60 0 5D 24 7A 5C 22
Octal 7 244 13 140 0 135 44 172 134 42
Binary 111 10100100 1011 1100000 0 1011101 100100 1111010 1011100 100010

Color Harmonies of #07A40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A40B

Black with #07A40B

Text Example


Text Example

White with #07A40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,164,11); }

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

background-color css

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

 a { background-color: rgb(7,164,11); }

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

border-color css

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

 span { border-color: rgb(7,164,11); }

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