Html Css Color HEX #07AD90 Persian Green

📋 copy color: '#07AD90'

red 7 ◦ green 173 ◦ blue 144

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

Shades of Persian Green #07AD90

Tints of Persian Green #07AD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.4%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 2.16%
G = 53.4%
B = 44.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#07AD90 (or 0x07AD90) is known color: Persian Green. HEX triplet: 07, AD and 90. RGB value is (7,173,144). Sum of RGB (Red+Green+Blue) = 7+173+144=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AD90 is #F8526F. Grayscale: #787878. Windows color (decimal): -16274032 or 9481479. OLE color: 9481479.

HSL color Cylindrical-coordinate representation of color #07AD90: hue angle of 169.52º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AD90 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 173 144 -
CMYK 0.96 0 0.17 0.32
HSL 169.52º 0.92% 0.35% -
HSV(B) 169.52º 0.96% 0.68% -
XYZ 20.07 31.95 31.49 -
YUV 120.06 141.5 47.36 -
System Red Green Blue C M Y K H S L
Decimal 7 173 144 0.96 0 0.17 0.32 169.52 0.92 0.35
Hex 7 AD 90 60 0 11 20 AA 5C 23
Octal 7 255 220 140 0 21 40 252 134 43
Binary 111 10101101 10010000 1100000 0 10001 100000 10101010 1011100 100011

Color Harmonies of #07AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AD90

Black with #07AD90

Text Example


Text Example

White with #07AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,173,144); }

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

background-color css

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

 a { background-color: rgb(7,173,144); }

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

border-color css

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

 span { border-color: rgb(7,173,144); }

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