Html Css Color HEX #07A18B Persian Green

📋 copy color: '#07A18B'

red 7 ◦ green 161 ◦ blue 139

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

Shades of Persian Green #07A18B

Tints of Persian Green #07A18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 2.28%
G = 52.44%
B = 45.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#07A18B (or 0x07A18B) is known color: Persian Green. HEX triplet: 07, A1 and 8B. RGB value is (7,161,139). Sum of RGB (Red+Green+Blue) = 7+161+139=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #07A18B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A18B is #F85E74. Grayscale: #707070. Windows color (decimal): -16277109 or 9150727. OLE color: 9150727.

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

Color convert

RGB 7 161 139 -
CMYK 0.96 0 0.14 0.37
HSL 171.43º 0.92% 0.33% -
HSV(B) 171.43º 0.96% 0.63% -
XYZ 17.49 27.4 28.79 -
YUV 112.45 142.98 52.79 -
System Red Green Blue C M Y K H S L
Decimal 7 161 139 0.96 0 0.14 0.37 171.43 0.92 0.33
Hex 7 A1 8B 60 0 E 25 AB 5C 21
Octal 7 241 213 140 0 16 45 253 134 41
Binary 111 10100001 10001011 1100000 0 1110 100101 10101011 1011100 100001

Color Harmonies of #07A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A18B

Black with #07A18B

Text Example


Text Example

White with #07A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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