Html Css Color HEX #07A184 Persian Green

📋 copy color: '#07A184'

red 7 ◦ green 161 ◦ blue 132

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

Shades of Persian Green #07A184

Tints of Persian Green #07A184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 2.33%
G = 53.67%
B = 44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#07A184 (or 0x07A184) is known color: Persian Green. HEX triplet: 07, A1 and 84. RGB value is (7,161,132). Sum of RGB (Red+Green+Blue) = 7+161+132=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #07A184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A184 is #F85E7B. Grayscale: #6F6F6F. Windows color (decimal): -16277116 or 8691975. OLE color: 8691975.

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

Color convert

RGB 7 161 132 -
CMYK 0.96 0 0.18 0.37
HSL 168.7º 0.92% 0.33% -
HSV(B) 168.7º 0.96% 0.63% -
XYZ 17 27.2 26.18 -
YUV 111.65 139.48 53.36 -
System Red Green Blue C M Y K H S L
Decimal 7 161 132 0.96 0 0.18 0.37 168.7 0.92 0.33
Hex 7 A1 84 60 0 12 25 A9 5C 21
Octal 7 241 204 140 0 22 45 251 134 41
Binary 111 10100001 10000100 1100000 0 10010 100101 10101001 1011100 100001

Color Harmonies of #07A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A184

Black with #07A184

Text Example


Text Example

White with #07A184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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