#8BCA4A

Color #8BCA4A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8BCA4A

Tints of Atlantis #8BCA4A

Color information

#8BCA4A (or 0x8BCA4A) is unknown color: approx Atlantis. HEX triplet: 8B, CA and 4A. RGB value is (139,202,74). Sum of RGB (Red+Green+Blue) = 139+202+74=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCA4A is #7435B5. Grayscale: #A9A9A9. Windows color (decimal): -7615926 or 4901515. OLE color: 4901515.

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

Color convert

RGB13920274-
CMYK0.3100.630.21
HSL89.53º54.7%54.12%-
HSV(B)89.53º63.37%79.22%-
XYZ3348.2214.05-
YUV168.5774.63106.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 48.67%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=33.49%
G=48.67%
B=17.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139202740.3100.630.2189.5354.754.12
Hex8BCA4A1F03F155a3736
Octal21331211237077251326766
Binary10001011110010101001010111110111111101011011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,74); }

 H1.HeaderClassName
 {
   color: #8BCA4A;
 }
 .AnyTagClassName
 {
   color: #8BCA4A;
 }
</style>
background-color css

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

 a { background-color: rgb(139,202,74); }

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

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

 span { border-color: rgb(139,202,74); }

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