Html Css Color HEX #8AC390 Dark Sea Green

📋 copy color: '#8AC390'

red 138 ◦ green 195 ◦ blue 144

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

Shades of Dark Sea Green #8AC390

Tints of Dark Sea Green #8AC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 28.93%
G = 40.88%
B = 30.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#8AC390 (or 0x8AC390) is known color: Dark Sea Green. HEX triplet: 8A, C3 and 90. RGB value is (138,195,144). Sum of RGB (Red+Green+Blue) = 138+195+144=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC390 is #753C6F. Grayscale: #ACACAC. Windows color (decimal): -7683184 or 9487242. OLE color: 9487242.

HSL color Cylindrical-coordinate representation of color #8AC390: hue angle of 126.32º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC390 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 195 144 -
CMYK 0.29 0 0.26 0.24
HSL 126.32º 0.32% 0.65% -
HSV(B) 126.32º 0.29% 0.76% -
XYZ 35.03 46.45 33.5 -
YUV 172.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 138 195 144 0.29 0 0.26 0.24 126.32 0.32 0.65
Hex 8A C3 90 1D 0 1A 18 7E 20 41
Octal 212 303 220 35 0 32 30 176 40 101
Binary 10001010 11000011 10010000 11101 0 11010 11000 1111110 100000 1000001

Color Harmonies of #8AC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC390

Black with #8AC390

Text Example


Text Example

White with #8AC390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,195,144); }

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

background-color css

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

 a { background-color: rgb(138,195,144); }

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

border-color css

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

 span { border-color: rgb(138,195,144); }

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