Html Css Color HEX #8DCC4A Atlantis

📋 copy color: '#8DCC4A'

red 141 ◦ green 204 ◦ blue 74

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

Shades of Atlantis #8DCC4A

Tints of Atlantis #8DCC4A

RGB

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

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

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

R = 33.65%
G = 48.69%
B = 17.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#8DCC4A (or 0x8DCC4A) is known color: Atlantis. HEX triplet: 8D, CC and 4A. RGB value is (141,204,74). Sum of RGB (Red+Green+Blue) = 141+204+74=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC4A is #7233B5. Grayscale: #AAAAAA. Windows color (decimal): -7484342 or 4902029. OLE color: 4902029.

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

Color convert

RGB 141 204 74 -
CMYK 0.31 0 0.64 0.2
HSL 89.08º 0.56% 0.55% -
HSV(B) 89.08º 0.64% 0.8% -
XYZ 33.81 49.34 14.22 -
YUV 170.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 141 204 74 0.31 0 0.64 0.2 89.08 0.56 0.55
Hex 8D CC 4A 1F 0 40 14 59 38 37
Octal 215 314 112 37 0 100 24 131 70 67
Binary 10001101 11001100 1001010 11111 0 1000000 10100 1011001 111000 110111

Color Harmonies of #8DCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC4A

Black with #8DCC4A

Text Example


Text Example

White with #8DCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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