Html Css Color HEX #7ADA94 De York

📋 copy color: '#7ADA94'

red 122 ◦ green 218 ◦ blue 148

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

Shades of De York #7ADA94

Tints of De York #7ADA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 25%
G = 44.67%
B = 30.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#7ADA94 (or 0x7ADA94) is known color: De York. HEX triplet: 7A, DA and 94. RGB value is (122,218,148). Sum of RGB (Red+Green+Blue) = 122+218+148=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADA94 is #85256B. Grayscale: #B5B5B5. Windows color (decimal): -8725868 or 9755258. OLE color: 9755258.

HSL color Cylindrical-coordinate representation of color #7ADA94: hue angle of 136.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADA94 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 148 -
CMYK 0.44 0 0.32 0.15
HSL 136.25º 0.56% 0.67% -
HSV(B) 136.25º 0.44% 0.85% -
XYZ 38.44 56.42 36.88 -
YUV 181.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 122 218 148 0.44 0 0.32 0.15 136.25 0.56 0.67
Hex 7A DA 94 2C 0 20 F 88 38 43
Octal 172 332 224 54 0 40 17 210 70 103
Binary 1111010 11011010 10010100 101100 0 100000 1111 10001000 111000 1000011

Color Harmonies of #7ADA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADA94

Black with #7ADA94

Text Example


Text Example

White with #7ADA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,218,148); }

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

background-color css

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

 a { background-color: rgb(122,218,148); }

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

border-color css

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

 span { border-color: rgb(122,218,148); }

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