Html Css Color HEX #8ACB83 De York

📋 copy color: '#8ACB83'

red 138 ◦ green 203 ◦ blue 131

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

Shades of De York #8ACB83

Tints of De York #8ACB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.75%

R = 29.24%
G = 43.01%
B = 27.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#8ACB83 (or 0x8ACB83) is known color: De York. HEX triplet: 8A, CB and 83. RGB value is (138,203,131). Sum of RGB (Red+Green+Blue) = 138+203+131=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACB83 is #75347C. Grayscale: #AFAFAF. Windows color (decimal): -7681149 or 8637322. OLE color: 8637322.

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

Color convert

RGB 138 203 131 -
CMYK 0.32 0 0.35 0.20
HSL 114.17º 0.41% 0.65% -
HSV(B) 114.17º 0.35% 0.8% -
XYZ 35.93 49.75 29.18 -
YUV 175.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 138 203 131 0.32 0 0.35 0.20 114.17 0.41 0.65
Hex 8A CB 83 20 0 23 14 72 29 41
Octal 212 313 203 40 0 43 24 162 51 101
Binary 10001010 11001011 10000011 100000 0 100011 10100 1110010 101001 1000001

Color Harmonies of #8ACB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACB83

Black with #8ACB83

Text Example


Text Example

White with #8ACB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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