Html Css Color HEX #8BC93C Atlantis

📋 copy color: '#8BC93C'

red 139 ◦ green 201 ◦ blue 60

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

Shades of Atlantis #8BC93C

Tints of Atlantis #8BC93C

RGB

 RED value IS 139 (54.69% from 255) = 34.75%

 GREEN value IS 201 (78.91% from 255) = 50.25%

 BLUE value IS 60 (23.83% from 255) = 15%

R = 34.75%
G = 50.25%
B = 15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#8BC93C (or 0x8BC93C) is known color: Atlantis. HEX triplet: 8B, C9 and 3C. RGB value is (139,201,60). Sum of RGB (Red+Green+Blue) = 139+201+60=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC93C is #7436C3. Grayscale: #A6A6A6. Windows color (decimal): -7616196 or 3983755. OLE color: 3983755.

HSL color Cylindrical-coordinate representation of color #8BC93C: hue angle of 86.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BC93C is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 201 60 -
CMYK 0.31 0 0.70 0.21
HSL 86.38º 0.57% 0.51% -
HSV(B) 86.38º 0.7% 0.79% -
XYZ 32.35 47.59 11.76 -
YUV 166.39 67.96 108.46 -
System Red Green Blue C M Y K H S L
Decimal 139 201 60 0.31 0 0.70 0.21 86.38 0.57 0.51
Hex 8B C9 3C 1F 0 46 15 56 39 33
Octal 213 311 74 37 0 106 25 126 71 63
Binary 10001011 11001001 111100 11111 0 1000110 10101 1010110 111001 110011

Color Harmonies of #8BC93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC93C

Black with #8BC93C

Text Example


Text Example

White with #8BC93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,201,60); }

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

background-color css

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

 a { background-color: rgb(139,201,60); }

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

border-color css

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

 span { border-color: rgb(139,201,60); }

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