Html Css Color HEX #8ABF93 Dark Sea Green

📋 copy color: '#8ABF93'

red 138 ◦ green 191 ◦ blue 147

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

Shades of Dark Sea Green #8ABF93

Tints of Dark Sea Green #8ABF93

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 28.99%
G = 40.13%
B = 30.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#8ABF93 (or 0x8ABF93) is known color: Dark Sea Green. HEX triplet: 8A, BF and 93. RGB value is (138,191,147). Sum of RGB (Red+Green+Blue) = 138+191+147=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABF93 is #75406C. Grayscale: #AAAAAA. Windows color (decimal): -7684205 or 9682826. OLE color: 9682826.

HSL color Cylindrical-coordinate representation of color #8ABF93: hue angle of 130.19º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABF93 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 191 147 -
CMYK 0.28 0 0.23 0.25
HSL 130.19º 0.29% 0.65% -
HSV(B) 130.19º 0.28% 0.75% -
XYZ 34.38 44.77 34.43 -
YUV 170.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 138 191 147 0.28 0 0.23 0.25 130.19 0.29 0.65
Hex 8A BF 93 1C 0 17 19 82 1D 41
Octal 212 277 223 34 0 27 31 202 35 101
Binary 10001010 10111111 10010011 11100 0 10111 11001 10000010 11101 1000001

Color Harmonies of #8ABF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF93

Black with #8ABF93

Text Example


Text Example

White with #8ABF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,147); }

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

background-color css

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

 a { background-color: rgb(138,191,147); }

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

border-color css

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

 span { border-color: rgb(138,191,147); }

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