Html Css Color HEX #8BD148 Atlantis

📋 copy color: '#8BD148'

red 139 ◦ green 209 ◦ blue 72

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

Shades of Atlantis #8BD148

Tints of Atlantis #8BD148

RGB

 RED value IS 139 (54.69% from 255) = 33.1%

 GREEN value IS 209 (82.03% from 255) = 49.76%

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 33.1%
G = 49.76%
B = 17.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#8BD148 (or 0x8BD148) is known color: Atlantis. HEX triplet: 8B, D1 and 48. RGB value is (139,209,72). Sum of RGB (Red+Green+Blue) = 139+209+72=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD148 is #742EB7. Grayscale: #ACACAC. Windows color (decimal): -7614136 or 4772235. OLE color: 4772235.

HSL color Cylindrical-coordinate representation of color #8BD148: hue angle of 90.66º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BD148 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 209 72 -
CMYK 0.33 0 0.66 0.18
HSL 90.66º 0.6% 0.55% -
HSV(B) 90.66º 0.66% 0.82% -
XYZ 34.62 51.56 14.26 -
YUV 172.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 139 209 72 0.33 0 0.66 0.18 90.66 0.6 0.55
Hex 8B D1 48 21 0 42 12 5B 3C 37
Octal 213 321 110 41 0 102 22 133 74 67
Binary 10001011 11010001 1001000 100001 0 1000010 10010 1011011 111100 110111

Color Harmonies of #8BD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD148

Black with #8BD148

Text Example


Text Example

White with #8BD148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,209,72); }

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

background-color css

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

 a { background-color: rgb(139,209,72); }

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

border-color css

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

 span { border-color: rgb(139,209,72); }

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