Html Css Color HEX #07A101 Islamic Green

📋 copy color: '#07A101'

red 7 ◦ green 161 ◦ blue 1

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

Shades of Islamic Green #07A101

Tints of Islamic Green #07A101

RGB

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

 GREEN value IS 161 (63.28% from 255) = 95.27%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 4.14%
G = 95.27%
B = 0.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#07A101 (or 0x07A101) is known color: Islamic Green. HEX triplet: 07, A1 and 01. RGB value is (7,161,1). Sum of RGB (Red+Green+Blue) = 7+161+1=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 161 (63.28% from 255 or 95.27% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 161 - color contains mainly: green. Hex color #07A101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A101 is #F85EFE. Grayscale: #616161. Windows color (decimal): -16277247 or 106759. OLE color: 106759.

HSL color Cylindrical-coordinate representation of color #07A101: hue angle of 117.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07A101 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 7 161 1 -
CMYK 0.96 0 0.99 0.37
HSL 117.75º 0.99% 0.32% -
HSV(B) 117.75º 0.99% 0.63% -
XYZ 12.84 25.54 4.28 -
YUV 96.71 73.98 64.01 -
System Red Green Blue C M Y K H S L
Decimal 7 161 1 0.96 0 0.99 0.37 117.75 0.99 0.32
Hex 7 A1 1 60 0 63 25 76 63 20
Octal 7 241 1 140 0 143 45 166 143 40
Binary 111 10100001 1 1100000 0 1100011 100101 1110110 1100011 100000

Color Harmonies of #07A101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A101

Black with #07A101

Text Example


Text Example

White with #07A101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,161,1); }

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

background-color css

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

 a { background-color: rgb(7,161,1); }

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

border-color css

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

 span { border-color: rgb(7,161,1); }

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