Html Css Color HEX #7AC48A De York

📋 copy color: '#7AC48A'

red 122 ◦ green 196 ◦ blue 138

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

Shades of De York #7AC48A

Tints of De York #7AC48A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.98%

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 26.75%
G = 42.98%
B = 30.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#7AC48A (or 0x7AC48A) is known color: De York. HEX triplet: 7A, C4 and 8A. RGB value is (122,196,138). Sum of RGB (Red+Green+Blue) = 122+196+138=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC48A is #853B75. Grayscale: #A7A7A7. Windows color (decimal): -8731510 or 9094266. OLE color: 9094266.

HSL color Cylindrical-coordinate representation of color #7AC48A: hue angle of 132.97º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC48A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 196 138 -
CMYK 0.38 0 0.30 0.23
HSL 132.97º 0.39% 0.62% -
HSV(B) 132.97º 0.38% 0.77% -
XYZ 32.35 45.45 31.11 -
YUV 167.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 122 196 138 0.38 0 0.30 0.23 132.97 0.39 0.62
Hex 7A C4 8A 26 0 1E 17 85 27 3E
Octal 172 304 212 46 0 36 27 205 47 76
Binary 1111010 11000100 10001010 100110 0 11110 10111 10000101 100111 111110

Color Harmonies of #7AC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC48A

Black with #7AC48A

Text Example


Text Example

White with #7AC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,196,138); }

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

background-color css

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

 a { background-color: rgb(122,196,138); }

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

border-color css

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

 span { border-color: rgb(122,196,138); }

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