Html Css Color HEX #7CC09A Padua

📋 copy color: '#7CC09A'

red 124 ◦ green 192 ◦ blue 154

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

Shades of Padua #7CC09A

Tints of Padua #7CC09A

RGB

 RED value IS 124 (48.83% from 255) = 26.38%

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

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

R = 26.38%
G = 40.85%
B = 32.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#7CC09A (or 0x7CC09A) is known color: Padua. HEX triplet: 7C, C0 and 9A. RGB value is (124,192,154). Sum of RGB (Red+Green+Blue) = 124+192+154=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC09A is #833F65. Grayscale: #A7A7A7. Windows color (decimal): -8601446 or 10141820. OLE color: 10141820.

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

Color convert

RGB 124 192 154 -
CMYK 0.35 0 0.20 0.25
HSL 146.47º 0.35% 0.62% -
HSV(B) 146.47º 0.35% 0.75% -
XYZ 32.99 44.32 37.39 -
YUV 167.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 124 192 154 0.35 0 0.20 0.25 146.47 0.35 0.62
Hex 7C C0 9A 23 0 14 19 92 23 3E
Octal 174 300 232 43 0 24 31 222 43 76
Binary 1111100 11000000 10011010 100011 0 10100 11001 10010010 100011 111110

Color Harmonies of #7CC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC09A

Black with #7CC09A

Text Example


Text Example

White with #7CC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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