Html Css Color HEX #8ACB8D De York

📋 copy color: '#8ACB8D'

red 138 ◦ green 203 ◦ blue 141

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

Shades of De York #8ACB8D

Tints of De York #8ACB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.12%

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

R = 28.63%
G = 42.12%
B = 29.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#8ACB8D (or 0x8ACB8D) is known color: De York. HEX triplet: 8A, CB and 8D. RGB value is (138,203,141). Sum of RGB (Red+Green+Blue) = 138+203+141=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACB8D is #753472. Grayscale: #B0B0B0. Windows color (decimal): -7681139 or 9292682. OLE color: 9292682.

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

Color convert

RGB 138 203 141 -
CMYK 0.32 0 0.31 0.20
HSL 122.77º 0.38% 0.67% -
HSV(B) 122.77º 0.32% 0.8% -
XYZ 36.64 50.04 32.93 -
YUV 176.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 138 203 141 0.32 0 0.31 0.20 122.77 0.38 0.67
Hex 8A CB 8D 20 0 1F 14 7B 26 43
Octal 212 313 215 40 0 37 24 173 46 103
Binary 10001010 11001011 10001101 100000 0 11111 10100 1111011 100110 1000011

Color Harmonies of #8ACB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACB8D

Black with #8ACB8D

Text Example


Text Example

White with #8ACB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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