Html Css Color HEX #8FD242 Atlantis

📋 copy color: '#8FD242'

red 143 ◦ green 210 ◦ blue 66

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

Shades of Atlantis #8FD242

Tints of Atlantis #8FD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.12%

 BLUE value IS 66 (26.17% from 255) = 15.75%

R = 34.13%
G = 50.12%
B = 15.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#8FD242 (or 0x8FD242) is known color: Atlantis. HEX triplet: 8F, D2 and 42. RGB value is (143,210,66). Sum of RGB (Red+Green+Blue) = 143+210+66=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD242 is #702DBD. Grayscale: #AEAEAE. Windows color (decimal): -7351742 or 4379279. OLE color: 4379279.

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

Color convert

RGB 143 210 66 -
CMYK 0.32 0 0.69 0.18
HSL 87.92º 0.62% 0.54% -
HSV(B) 87.92º 0.69% 0.82% -
XYZ 35.36 52.33 13.39 -
YUV 173.55 67.3 106.21 -
System Red Green Blue C M Y K H S L
Decimal 143 210 66 0.32 0 0.69 0.18 87.92 0.62 0.54
Hex 8F D2 42 20 0 45 12 58 3E 36
Octal 217 322 102 40 0 105 22 130 76 66
Binary 10001111 11010010 1000010 100000 0 1000101 10010 1011000 111110 110110

Color Harmonies of #8FD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD242

Black with #8FD242

Text Example


Text Example

White with #8FD242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,210,66); }

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

background-color css

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

 a { background-color: rgb(143,210,66); }

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

border-color css

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

 span { border-color: rgb(143,210,66); }

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