Html Css Color HEX #8CBC44 Atlantis

📋 copy color: '#8CBC44'

red 140 ◦ green 188 ◦ blue 68

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

Shades of Atlantis #8CBC44

Tints of Atlantis #8CBC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 35.35%
G = 47.47%
B = 17.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#8CBC44 (or 0x8CBC44) is known color: Atlantis. HEX triplet: 8C, BC and 44. RGB value is (140,188,68). Sum of RGB (Red+Green+Blue) = 140+188+68=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC44 is #7343BB. Grayscale: #A0A0A0. Windows color (decimal): -7553980 or 4504716. OLE color: 4504716.

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

Color convert

RGB 140 188 68 -
CMYK 0.26 0 0.64 0.26
HSL 84º 0.47% 0.5% -
HSV(B) 84º 0.64% 0.74% -
XYZ 29.84 41.96 11.99 -
YUV 159.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 140 188 68 0.26 0 0.64 0.26 84 0.47 0.5
Hex 8C BC 44 1A 0 40 1A 54 2F 32
Octal 214 274 104 32 0 100 32 124 57 62
Binary 10001100 10111100 1000100 11010 0 1000000 11010 1010100 101111 110010

Color Harmonies of #8CBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC44

Black with #8CBC44

Text Example


Text Example

White with #8CBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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