Html Css Color HEX #8ACA8D De York

📋 copy color: '#8ACA8D'

red 138 ◦ green 202 ◦ blue 141

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

Shades of De York #8ACA8D

Tints of De York #8ACA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 28.69%
G = 42%
B = 29.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#8ACA8D (or 0x8ACA8D) is known color: De York. HEX triplet: 8A, CA and 8D. RGB value is (138,202,141). Sum of RGB (Red+Green+Blue) = 138+202+141=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACA8D is #753572. Grayscale: #B0B0B0. Windows color (decimal): -7681395 or 9292426. OLE color: 9292426.

HSL color Cylindrical-coordinate representation of color #8ACA8D: hue angle of 122.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACA8D is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 202 141 -
CMYK 0.32 0 0.30 0.21
HSL 122.81º 0.38% 0.67% -
HSV(B) 122.81º 0.32% 0.79% -
XYZ 36.41 49.57 32.85 -
YUV 175.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 138 202 141 0.32 0 0.30 0.21 122.81 0.38 0.67
Hex 8A CA 8D 20 0 1E 15 7B 26 43
Octal 212 312 215 40 0 36 25 173 46 103
Binary 10001010 11001010 10001101 100000 0 11110 10101 1111011 100110 1000011

Color Harmonies of #8ACA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACA8D

Black with #8ACA8D

Text Example


Text Example

White with #8ACA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,202,141); }

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

background-color css

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

 a { background-color: rgb(138,202,141); }

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

border-color css

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

 span { border-color: rgb(138,202,141); }

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