Html Css Color HEX #8ABF82 Dark Sea Green

📋 copy color: '#8ABF82'

red 138 ◦ green 191 ◦ blue 130

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

Shades of Dark Sea Green #8ABF82

Tints of Dark Sea Green #8ABF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.32%

R = 30.07%
G = 41.61%
B = 28.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#8ABF82 (or 0x8ABF82) is known color: Dark Sea Green. HEX triplet: 8A, BF and 82. RGB value is (138,191,130). Sum of RGB (Red+Green+Blue) = 138+191+130=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABF82 is #75407D. Grayscale: #A8A8A8. Windows color (decimal): -7684222 or 8568714. OLE color: 8568714.

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

Color convert

RGB 138 191 130 -
CMYK 0.28 0 0.32 0.25
HSL 112.13º 0.32% 0.63% -
HSV(B) 112.13º 0.32% 0.75% -
XYZ 33.14 44.28 27.92 -
YUV 168.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 138 191 130 0.28 0 0.32 0.25 112.13 0.32 0.63
Hex 8A BF 82 1C 0 20 19 70 20 3F
Octal 212 277 202 34 0 40 31 160 40 77
Binary 10001010 10111111 10000010 11100 0 100000 11001 1110000 100000 111111

Color Harmonies of #8ABF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF82

Black with #8ABF82

Text Example


Text Example

White with #8ABF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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