Html Css Color HEX #8CCB49 Atlantis

📋 copy color: '#8CCB49'

red 140 ◦ green 203 ◦ blue 73

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

Shades of Atlantis #8CCB49

Tints of Atlantis #8CCB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.8%

 BLUE value IS 73 (28.91% from 255) = 17.55%

R = 33.65%
G = 48.8%
B = 17.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#8CCB49 (or 0x8CCB49) is known color: Atlantis. HEX triplet: 8C, CB and 49. RGB value is (140,203,73). Sum of RGB (Red+Green+Blue) = 140+203+73=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCB49 is #7334B6. Grayscale: #A9A9A9. Windows color (decimal): -7550135 or 4836236. OLE color: 4836236.

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

Color convert

RGB 140 203 73 -
CMYK 0.31 0 0.64 0.20
HSL 89.08º 0.56% 0.54% -
HSV(B) 89.08º 0.64% 0.8% -
XYZ 33.37 48.77 13.96 -
YUV 169.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 140 203 73 0.31 0 0.64 0.20 89.08 0.56 0.54
Hex 8C CB 49 1F 0 40 14 59 38 36
Octal 214 313 111 37 0 100 24 131 70 66
Binary 10001100 11001011 1001001 11111 0 1000000 10100 1011001 111000 110110

Color Harmonies of #8CCB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCB49

Black with #8CCB49

Text Example


Text Example

White with #8CCB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,203,73); }

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

background-color css

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

 a { background-color: rgb(140,203,73); }

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

border-color css

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

 span { border-color: rgb(140,203,73); }

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