Html Css Color HEX #8AC28F Dark Sea Green

📋 copy color: '#8AC28F'

red 138 ◦ green 194 ◦ blue 143

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

Shades of Dark Sea Green #8AC28F

Tints of Dark Sea Green #8AC28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 29.05%
G = 40.84%
B = 30.11%

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

#8AC28F (or 0x8AC28F) is known color: Dark Sea Green. HEX triplet: 8A, C2 and 8F. RGB value is (138,194,143). Sum of RGB (Red+Green+Blue) = 138+194+143=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC28F is #753D70. Grayscale: #ABABAB. Windows color (decimal): -7683441 or 9421450. OLE color: 9421450.

HSL color Cylindrical-coordinate representation of color #8AC28F: hue angle of 125.36º degrees, saturation: 0.31, 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 #8AC28F is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 143 -
CMYK 0.29 0 0.26 0.24
HSL 125.36º 0.31% 0.65% -
HSV(B) 125.36º 0.29% 0.76% -
XYZ 34.73 45.97 33.03 -
YUV 171.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 138 194 143 0.29 0 0.26 0.24 125.36 0.31 0.65
Hex 8A C2 8F 1D 0 1A 18 7D 1F 41
Octal 212 302 217 35 0 32 30 175 37 101
Binary 10001010 11000010 10001111 11101 0 11010 11000 1111101 11111 1000001

Color Harmonies of #8AC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC28F

Black with #8AC28F

Text Example


Text Example

White with #8AC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,143); }

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

background-color css

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

 a { background-color: rgb(138,194,143); }

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

border-color css

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

 span { border-color: rgb(138,194,143); }

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