Html Css Color HEX #7FC09A Padua

📋 copy color: '#7FC09A'

red 127 ◦ green 192 ◦ blue 154

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

Shades of Padua #7FC09A

Tints of Padua #7FC09A

RGB

 RED value IS 127 (50% from 255) = 26.85%

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 26.85%
G = 40.59%
B = 32.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#7FC09A (or 0x7FC09A) is known color: Padua. HEX triplet: 7F, C0 and 9A. RGB value is (127,192,154). Sum of RGB (Red+Green+Blue) = 127+192+154=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC09A is #803F65. Grayscale: #A8A8A8. Windows color (decimal): -8404838 or 10141823. OLE color: 10141823.

HSL color Cylindrical-coordinate representation of color #7FC09A: hue angle of 144.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC09A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 154 -
CMYK 0.34 0 0.20 0.25
HSL 144.92º 0.34% 0.63% -
HSV(B) 144.92º 0.34% 0.75% -
XYZ 33.43 44.54 37.41 -
YUV 168.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 127 192 154 0.34 0 0.20 0.25 144.92 0.34 0.63
Hex 7F C0 9A 22 0 14 19 91 22 3F
Octal 177 300 232 42 0 24 31 221 42 77
Binary 1111111 11000000 10011010 100010 0 10100 11001 10010001 100010 111111

Color Harmonies of #7FC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC09A

Black with #7FC09A

Text Example


Text Example

White with #7FC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC09A; }

 p { color: rgb(127,192,154); }

 H1.HeaderClassName
 {
   color: #7FC09A;
 }
 .AnyTagClassName
 {
   color: #7FC09A;
 }
</style>

background-color css

<style>
 a { background-color: #7FC09A; }

 a { background-color: rgb(127,192,154); }

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

border-color css

<style>
 span { border-color: #7FC09A; }

 span { border-color: rgb(127,192,154); }

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