Html Css Color HEX #8CDA3F Atlantis

📋 copy color: '#8CDA3F'

red 140 ◦ green 218 ◦ blue 63

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

Shades of Atlantis #8CDA3F

Tints of Atlantis #8CDA3F

RGB

 RED value IS 140 (55.08% from 255) = 33.25%

 GREEN value IS 218 (85.55% from 255) = 51.78%

 BLUE value IS 63 (25% from 255) = 14.96%

R = 33.25%
G = 51.78%
B = 14.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#8CDA3F (or 0x8CDA3F) is known color: Atlantis. HEX triplet: 8C, DA and 3F. RGB value is (140,218,63). Sum of RGB (Red+Green+Blue) = 140+218+63=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA3F is #7325C0. Grayscale: #B1B1B1. Windows color (decimal): -7546305 or 4184716. OLE color: 4184716.

HSL color Cylindrical-coordinate representation of color #8CDA3F: hue angle of 90.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CDA3F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 63 -
CMYK 0.36 0 0.71 0.15
HSL 90.19º 0.68% 0.55% -
HSV(B) 90.19º 0.71% 0.85% -
XYZ 36.78 56.08 13.59 -
YUV 177.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 140 218 63 0.36 0 0.71 0.15 90.19 0.68 0.55
Hex 8C DA 3F 24 0 47 F 5A 44 37
Octal 214 332 77 44 0 107 17 132 104 67
Binary 10001100 11011010 111111 100100 0 1000111 1111 1011010 1000100 110111

Color Harmonies of #8CDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA3F

Black with #8CDA3F

Text Example


Text Example

White with #8CDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,63); }

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

background-color css

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

 a { background-color: rgb(140,218,63); }

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

border-color css

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

 span { border-color: rgb(140,218,63); }

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