Html Css Color HEX #8ACDA1 Summer Green

📋 copy color: '#8ACDA1'

red 138 ◦ green 205 ◦ blue 161

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

Shades of Summer Green #8ACDA1

Tints of Summer Green #8ACDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.94%

R = 27.38%
G = 40.67%
B = 31.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#8ACDA1 (or 0x8ACDA1) is known color: Summer Green. HEX triplet: 8A, CD and A1. RGB value is (138,205,161). Sum of RGB (Red+Green+Blue) = 138+205+161=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDA1 is #75325E. Grayscale: #B4B4B4. Windows color (decimal): -7680607 or 10603914. OLE color: 10603914.

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

Color convert

RGB 138 205 161 -
CMYK 0.33 0 0.21 0.20
HSL 140.6º 0.4% 0.67% -
HSV(B) 140.6º 0.33% 0.8% -
XYZ 38.75 51.64 41.64 -
YUV 179.95 117.3 98.08 -
System Red Green Blue C M Y K H S L
Decimal 138 205 161 0.33 0 0.21 0.20 140.6 0.4 0.67
Hex 8A CD A1 21 0 15 14 8D 28 43
Octal 212 315 241 41 0 25 24 215 50 103
Binary 10001010 11001101 10100001 100001 0 10101 10100 10001101 101000 1000011

Color Harmonies of #8ACDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDA1

Black with #8ACDA1

Text Example


Text Example

White with #8ACDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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