Html Css Color HEX #8FD145 Atlantis

📋 copy color: '#8FD145'

red 143 ◦ green 209 ◦ blue 69

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

Shades of Atlantis #8FD145

Tints of Atlantis #8FD145

RGB

 RED value IS 143 (56.25% from 255) = 33.97%

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

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 33.97%
G = 49.64%
B = 16.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#8FD145 (or 0x8FD145) is known color: Atlantis. HEX triplet: 8F, D1 and 45. RGB value is (143,209,69). Sum of RGB (Red+Green+Blue) = 143+209+69=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD145 is #702EBA. Grayscale: #ADADAD. Windows color (decimal): -7351995 or 4575631. OLE color: 4575631.

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

Color convert

RGB 143 209 69 -
CMYK 0.32 0 0.67 0.18
HSL 88.29º 0.6% 0.55% -
HSV(B) 88.29º 0.67% 0.82% -
XYZ 35.2 51.87 13.79 -
YUV 173.31 69.13 106.38 -
System Red Green Blue C M Y K H S L
Decimal 143 209 69 0.32 0 0.67 0.18 88.29 0.6 0.55
Hex 8F D1 45 20 0 43 12 58 3C 37
Octal 217 321 105 40 0 103 22 130 74 67
Binary 10001111 11010001 1000101 100000 0 1000011 10010 1011000 111100 110111

Color Harmonies of #8FD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD145

Black with #8FD145

Text Example


Text Example

White with #8FD145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,209,69); }

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

background-color css

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

 a { background-color: rgb(143,209,69); }

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

border-color css

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

 span { border-color: rgb(143,209,69); }

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