Html Css Color HEX #8DCC4C Atlantis

📋 copy color: '#8DCC4C'

red 141 ◦ green 204 ◦ blue 76

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

Shades of Atlantis #8DCC4C

Tints of Atlantis #8DCC4C

RGB

 RED value IS 141 (55.47% from 255) = 33.49%

 GREEN value IS 204 (80.08% from 255) = 48.46%

 BLUE value IS 76 (30.08% from 255) = 18.05%

R = 33.49%
G = 48.46%
B = 18.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#8DCC4C (or 0x8DCC4C) is known color: Atlantis. HEX triplet: 8D, CC and 4C. RGB value is (141,204,76). Sum of RGB (Red+Green+Blue) = 141+204+76=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC4C is #7233B3. Grayscale: #ABABAB. Windows color (decimal): -7484340 or 5033101. OLE color: 5033101.

HSL color Cylindrical-coordinate representation of color #8DCC4C: hue angle of 89.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DCC4C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 76 -
CMYK 0.31 0 0.63 0.2
HSL 89.53º 0.56% 0.55% -
HSV(B) 89.53º 0.63% 0.8% -
XYZ 33.88 49.37 14.58 -
YUV 170.57 74.63 106.91 -
System Red Green Blue C M Y K H S L
Decimal 141 204 76 0.31 0 0.63 0.2 89.53 0.56 0.55
Hex 8D CC 4C 1F 0 3F 14 5A 38 37
Octal 215 314 114 37 0 77 24 132 70 67
Binary 10001101 11001100 1001100 11111 0 111111 10100 1011010 111000 110111

Color Harmonies of #8DCC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC4C

Black with #8DCC4C

Text Example


Text Example

White with #8DCC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,76); }

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

background-color css

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

 a { background-color: rgb(141,204,76); }

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

border-color css

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

 span { border-color: rgb(141,204,76); }

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