Html Css Color HEX #8CBC40 Atlantis

📋 copy color: '#8CBC40'

red 140 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #8CBC40

Tints of Atlantis #8CBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 35.71%
G = 47.96%
B = 16.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#8CBC40 (or 0x8CBC40) is known color: Atlantis. HEX triplet: 8C, BC and 40. RGB value is (140,188,64). Sum of RGB (Red+Green+Blue) = 140+188+64=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC40 is #7343BF. Grayscale: #9F9F9F. Windows color (decimal): -7553984 or 4242572. OLE color: 4242572.

HSL color Cylindrical-coordinate representation of color #8CBC40: hue angle of 83.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CBC40 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 64 -
CMYK 0.26 0 0.66 0.26
HSL 83.23º 0.49% 0.49% -
HSV(B) 83.23º 0.66% 0.74% -
XYZ 29.72 41.91 11.37 -
YUV 159.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 140 188 64 0.26 0 0.66 0.26 83.23 0.49 0.49
Hex 8C BC 40 1A 0 42 1A 53 31 31
Octal 214 274 100 32 0 102 32 123 61 61
Binary 10001100 10111100 1000000 11010 0 1000010 11010 1010011 110001 110001

Color Harmonies of #8CBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC40

Black with #8CBC40

Text Example


Text Example

White with #8CBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,64); }

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

background-color css

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

 a { background-color: rgb(140,188,64); }

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

border-color css

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

 span { border-color: rgb(140,188,64); }

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