Html Css Color HEX #8AD492 De York

📋 copy color: '#8AD492'

red 138 ◦ green 212 ◦ blue 146

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

Shades of De York #8AD492

Tints of De York #8AD492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.74%

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

R = 27.82%
G = 42.74%
B = 29.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#8AD492 (or 0x8AD492) is known color: De York. HEX triplet: 8A, D4 and 92. RGB value is (138,212,146). Sum of RGB (Red+Green+Blue) = 138+212+146=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD492 is #752B6D. Grayscale: #B6B6B6. Windows color (decimal): -7678830 or 9622666. OLE color: 9622666.

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

Color convert

RGB 138 212 146 -
CMYK 0.35 0 0.31 0.17
HSL 126.49º 0.46% 0.69% -
HSV(B) 126.49º 0.35% 0.83% -
XYZ 39.21 54.57 35.66 -
YUV 182.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 138 212 146 0.35 0 0.31 0.17 126.49 0.46 0.69
Hex 8A D4 92 23 0 1F 11 7E 2E 45
Octal 212 324 222 43 0 37 21 176 56 105
Binary 10001010 11010100 10010010 100011 0 11111 10001 1111110 101110 1000101

Color Harmonies of #8AD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD492

Black with #8AD492

Text Example


Text Example

White with #8AD492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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