Html Css Color HEX #7AC68A De York

📋 copy color: '#7AC68A'

red 122 ◦ green 198 ◦ blue 138

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

Shades of De York #7AC68A

Tints of De York #7AC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.23%

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

R = 26.64%
G = 43.23%
B = 30.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#7AC68A (or 0x7AC68A) is known color: De York. HEX triplet: 7A, C6 and 8A. RGB value is (122,198,138). Sum of RGB (Red+Green+Blue) = 122+198+138=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC68A is #853975. Grayscale: #A8A8A8. Windows color (decimal): -8730998 or 9094778. OLE color: 9094778.

HSL color Cylindrical-coordinate representation of color #7AC68A: hue angle of 132.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC68A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 122 198 138 -
CMYK 0.38 0 0.30 0.22
HSL 132.63º 0.4% 0.63% -
HSV(B) 132.63º 0.38% 0.78% -
XYZ 32.81 46.36 31.26 -
YUV 168.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 122 198 138 0.38 0 0.30 0.22 132.63 0.4 0.63
Hex 7A C6 8A 26 0 1E 16 85 28 3F
Octal 172 306 212 46 0 36 26 205 50 77
Binary 1111010 11000110 10001010 100110 0 11110 10110 10000101 101000 111111

Color Harmonies of #7AC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC68A

Black with #7AC68A

Text Example


Text Example

White with #7AC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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