Html Css Color HEX #7ADE9A De York

📋 copy color: '#7ADE9A'

red 122 ◦ green 222 ◦ blue 154

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

Shades of De York #7ADE9A

Tints of De York #7ADE9A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.58%

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

R = 24.5%
G = 44.58%
B = 30.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#7ADE9A (or 0x7ADE9A) is known color: De York. HEX triplet: 7A, DE and 9A. RGB value is (122,222,154). Sum of RGB (Red+Green+Blue) = 122+222+154=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE9A is #852165. Grayscale: #B8B8B8. Windows color (decimal): -8724838 or 10149498. OLE color: 10149498.

HSL color Cylindrical-coordinate representation of color #7ADE9A: hue angle of 139.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADE9A is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 222 154 -
CMYK 0.45 0 0.31 0.13
HSL 139.2º 0.6% 0.67% -
HSV(B) 139.2º 0.45% 0.87% -
XYZ 39.98 58.71 39.8 -
YUV 184.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 122 222 154 0.45 0 0.31 0.13 139.2 0.6 0.67
Hex 7A DE 9A 2D 0 1F D 8B 3C 43
Octal 172 336 232 55 0 37 15 213 74 103
Binary 1111010 11011110 10011010 101101 0 11111 1101 10001011 111100 1000011

Color Harmonies of #7ADE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADE9A

Black with #7ADE9A

Text Example


Text Example

White with #7ADE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,222,154); }

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

background-color css

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

 a { background-color: rgb(122,222,154); }

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

border-color css

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

 span { border-color: rgb(122,222,154); }

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