Html Css Color HEX #7ACC95 Padua

📋 copy color: '#7ACC95'

red 122 ◦ green 204 ◦ blue 149

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

Shades of Padua #7ACC95

Tints of Padua #7ACC95

RGB

 RED value IS 122 (48.05% from 255) = 25.68%

 GREEN value IS 204 (80.08% from 255) = 42.95%

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 25.68%
G = 42.95%
B = 31.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#7ACC95 (or 0x7ACC95) is known color: Padua. HEX triplet: 7A, CC and 95. RGB value is (122,204,149). Sum of RGB (Red+Green+Blue) = 122+204+149=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC95 is #85336A. Grayscale: #ADADAD. Windows color (decimal): -8729451 or 9817210. OLE color: 9817210.

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

Color convert

RGB 122 204 149 -
CMYK 0.40 0 0.27 0.2
HSL 139.76º 0.45% 0.64% -
HSV(B) 139.76º 0.4% 0.8% -
XYZ 35.04 49.49 36.14 -
YUV 173.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 122 204 149 0.40 0 0.27 0.2 139.76 0.45 0.64
Hex 7A CC 95 28 0 1B 14 8C 2D 40
Octal 172 314 225 50 0 33 24 214 55 100
Binary 1111010 11001100 10010101 101000 0 11011 10100 10001100 101101 1000000

Color Harmonies of #7ACC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC95

Black with #7ACC95

Text Example


Text Example

White with #7ACC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,204,149); }

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

background-color css

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

 a { background-color: rgb(122,204,149); }

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

border-color css

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

 span { border-color: rgb(122,204,149); }

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