Html Css Color HEX #8ACD7A De York

📋 copy color: '#8ACD7A'

red 138 ◦ green 205 ◦ blue 122

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

Shades of De York #8ACD7A

Tints of De York #8ACD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 29.68%
G = 44.09%
B = 26.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#8ACD7A (or 0x8ACD7A) is known color: De York. HEX triplet: 8A, CD and 7A. RGB value is (138,205,122). Sum of RGB (Red+Green+Blue) = 138+205+122=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD7A is #753285. Grayscale: #AFAFAF. Windows color (decimal): -7680646 or 8048010. OLE color: 8048010.

HSL color Cylindrical-coordinate representation of color #8ACD7A: hue angle of 108.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ACD7A is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 122 -
CMYK 0.33 0 0.40 0.20
HSL 108.43º 0.45% 0.64% -
HSV(B) 108.43º 0.4% 0.8% -
XYZ 35.83 50.47 26.27 -
YUV 175.51 97.8 101.25 -
System Red Green Blue C M Y K H S L
Decimal 138 205 122 0.33 0 0.40 0.20 108.43 0.45 0.64
Hex 8A CD 7A 21 0 28 14 6C 2D 40
Octal 212 315 172 41 0 50 24 154 55 100
Binary 10001010 11001101 1111010 100001 0 101000 10100 1101100 101101 1000000

Color Harmonies of #8ACD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD7A

Black with #8ACD7A

Text Example


Text Example

White with #8ACD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,122); }

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

background-color css

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

 a { background-color: rgb(138,205,122); }

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

border-color css

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

 span { border-color: rgb(138,205,122); }

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