Html Css Color HEX #7CCD9A Padua

📋 copy color: '#7CCD9A'

red 124 ◦ green 205 ◦ blue 154

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

Shades of Padua #7CCD9A

Tints of Padua #7CCD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 25.67%
G = 42.44%
B = 31.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#7CCD9A (or 0x7CCD9A) is known color: Padua. HEX triplet: 7C, CD and 9A. RGB value is (124,205,154). Sum of RGB (Red+Green+Blue) = 124+205+154=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD9A is #833265. Grayscale: #AFAFAF. Windows color (decimal): -8598118 or 10145148. OLE color: 10145148.

HSL color Cylindrical-coordinate representation of color #7CCD9A: hue angle of 142.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD9A is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 154 -
CMYK 0.40 0 0.25 0.20
HSL 142.22º 0.45% 0.65% -
HSV(B) 142.22º 0.4% 0.8% -
XYZ 35.98 50.28 38.38 -
YUV 174.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 124 205 154 0.40 0 0.25 0.20 142.22 0.45 0.65
Hex 7C CD 9A 28 0 19 14 8E 2D 41
Octal 174 315 232 50 0 31 24 216 55 101
Binary 1111100 11001101 10011010 101000 0 11001 10100 10001110 101101 1000001

Color Harmonies of #7CCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD9A

Black with #7CCD9A

Text Example


Text Example

White with #7CCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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