Html Css Color HEX #8AD792 De York

📋 copy color: '#8AD792'

red 138 ◦ green 215 ◦ blue 146

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

Shades of De York #8AD792

Tints of De York #8AD792

RGB

 RED value IS 138 (54.3% from 255) = 27.66%

 GREEN value IS 215 (84.38% from 255) = 43.09%

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 27.66%
G = 43.09%
B = 29.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#8AD792 (or 0x8AD792) is known color: De York. HEX triplet: 8A, D7 and 92. RGB value is (138,215,146). Sum of RGB (Red+Green+Blue) = 138+215+146=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD792 is #75286D. Grayscale: #B8B8B8. Windows color (decimal): -7678062 or 9623434. OLE color: 9623434.

HSL color Cylindrical-coordinate representation of color #8AD792: hue angle of 126.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD792 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 146 -
CMYK 0.36 0 0.32 0.16
HSL 126.23º 0.49% 0.69% -
HSV(B) 126.23º 0.36% 0.84% -
XYZ 39.97 56.08 35.91 -
YUV 184.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 138 215 146 0.36 0 0.32 0.16 126.23 0.49 0.69
Hex 8A D7 92 24 0 20 10 7E 31 45
Octal 212 327 222 44 0 40 20 176 61 105
Binary 10001010 11010111 10010010 100100 0 100000 10000 1111110 110001 1000101

Color Harmonies of #8AD792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD792

Black with #8AD792

Text Example


Text Example

White with #8AD792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD792; }

 p { color: rgb(138,215,146); }

 H1.HeaderClassName
 {
   color: #8AD792;
 }
 .AnyTagClassName
 {
   color: #8AD792;
 }
</style>

background-color css

<style>
 a { background-color: #8AD792; }

 a { background-color: rgb(138,215,146); }

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

border-color css

<style>
 span { border-color: #8AD792; }

 span { border-color: rgb(138,215,146); }

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