Html Css Color HEX #7AE095 De York

📋 copy color: '#7AE095'

red 122 ◦ green 224 ◦ blue 149

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

Shades of De York #7AE095

Tints of De York #7AE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.25%

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

R = 24.65%
G = 45.25%
B = 30.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#7AE095 (or 0x7AE095) is known color: De York. HEX triplet: 7A, E0 and 95. RGB value is (122,224,149). Sum of RGB (Red+Green+Blue) = 122+224+149=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE095 is #851F6A. Grayscale: #B9B9B9. Windows color (decimal): -8724331 or 9822330. OLE color: 9822330.

HSL color Cylindrical-coordinate representation of color #7AE095: hue angle of 135.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE095 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 224 149 -
CMYK 0.46 0 0.33 0.12
HSL 135.88º 0.62% 0.68% -
HSV(B) 135.88º 0.46% 0.88% -
XYZ 40.11 59.62 37.83 -
YUV 184.95 107.71 83.1 -
System Red Green Blue C M Y K H S L
Decimal 122 224 149 0.46 0 0.33 0.12 135.88 0.62 0.68
Hex 7A E0 95 2E 0 21 C 88 3E 44
Octal 172 340 225 56 0 41 14 210 76 104
Binary 1111010 11100000 10010101 101110 0 100001 1100 10001000 111110 1000100

Color Harmonies of #7AE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE095

Black with #7AE095

Text Example


Text Example

White with #7AE095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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