Html Css Color HEX #8AD592 De York

📋 copy color: '#8AD592'

red 138 ◦ green 213 ◦ blue 146

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

Shades of De York #8AD592

Tints of De York #8AD592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

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

R = 27.77%
G = 42.86%
B = 29.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#8AD592 (or 0x8AD592) is known color: De York. HEX triplet: 8A, D5 and 92. RGB value is (138,213,146). Sum of RGB (Red+Green+Blue) = 138+213+146=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD592 is #752A6D. Grayscale: #B7B7B7. Windows color (decimal): -7678574 or 9622922. OLE color: 9622922.

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

Color convert

RGB 138 213 146 -
CMYK 0.35 0 0.31 0.16
HSL 126.4º 0.47% 0.69% -
HSV(B) 126.4º 0.35% 0.84% -
XYZ 39.46 55.07 35.74 -
YUV 182.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 138 213 146 0.35 0 0.31 0.16 126.4 0.47 0.69
Hex 8A D5 92 23 0 1F 10 7E 2F 45
Octal 212 325 222 43 0 37 20 176 57 105
Binary 10001010 11010101 10010010 100011 0 11111 10000 1111110 101111 1000101

Color Harmonies of #8AD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD592

Black with #8AD592

Text Example


Text Example

White with #8AD592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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