Html Css Color HEX #8FDB4A Atlantis

📋 copy color: '#8FDB4A'

red 143 ◦ green 219 ◦ blue 74

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

Shades of Atlantis #8FDB4A

Tints of Atlantis #8FDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 32.8%
G = 50.23%
B = 16.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#8FDB4A (or 0x8FDB4A) is known color: Atlantis. HEX triplet: 8F, DB and 4A. RGB value is (143,219,74). Sum of RGB (Red+Green+Blue) = 143+219+74=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDB4A is #7024B5. Grayscale: #B4B4B4. Windows color (decimal): -7349430 or 4905871. OLE color: 4905871.

HSL color Cylindrical-coordinate representation of color #8FDB4A: hue angle of 91.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FDB4A is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 74 -
CMYK 0.35 0 0.66 0.14
HSL 91.45º 0.67% 0.57% -
HSV(B) 91.45º 0.66% 0.86% -
XYZ 37.9 57 15.48 -
YUV 179.75 68.32 101.79 -
System Red Green Blue C M Y K H S L
Decimal 143 219 74 0.35 0 0.66 0.14 91.45 0.67 0.57
Hex 8F DB 4A 23 0 42 E 5B 43 39
Octal 217 333 112 43 0 102 16 133 103 71
Binary 10001111 11011011 1001010 100011 0 1000010 1110 1011011 1000011 111001

Color Harmonies of #8FDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDB4A

Black with #8FDB4A

Text Example


Text Example

White with #8FDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,219,74); }

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

background-color css

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

 a { background-color: rgb(143,219,74); }

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

border-color css

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

 span { border-color: rgb(143,219,74); }

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