Html Css Color HEX #9BC140 Atlantis

📋 copy color: '#9BC140'

red 155 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #9BC140

Tints of Atlantis #9BC140

RGB

 RED value IS 155 (60.94% from 255) = 37.62%

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 37.62%
G = 46.84%
B = 15.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#9BC140 (or 0x9BC140) is known color: Atlantis. HEX triplet: 9B, C1 and 40. RGB value is (155,193,64). Sum of RGB (Red+Green+Blue) = 155+193+64=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC140 is #643EBF. Grayscale: #A7A7A7. Windows color (decimal): -6569664 or 4243867. OLE color: 4243867.

HSL color Cylindrical-coordinate representation of color #9BC140: hue angle of 77.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BC140 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 193 64 -
CMYK 0.20 0 0.67 0.24
HSL 77.67º 0.51% 0.5% -
HSV(B) 77.67º 0.67% 0.76% -
XYZ 33.51 45.48 11.86 -
YUV 166.93 69.91 119.49 -
System Red Green Blue C M Y K H S L
Decimal 155 193 64 0.20 0 0.67 0.24 77.67 0.51 0.5
Hex 9B C1 40 14 0 43 18 4E 33 32
Octal 233 301 100 24 0 103 30 116 63 62
Binary 10011011 11000001 1000000 10100 0 1000011 11000 1001110 110011 110010

Color Harmonies of #9BC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC140

Black with #9BC140

Text Example


Text Example

White with #9BC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BC140; }

 p { color: rgb(155,193,64); }

 H1.HeaderClassName
 {
   color: #9BC140;
 }
 .AnyTagClassName
 {
   color: #9BC140;
 }
</style>

background-color css

<style>
 a { background-color: #9BC140; }

 a { background-color: rgb(155,193,64); }

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

border-color css

<style>
 span { border-color: #9BC140; }

 span { border-color: rgb(155,193,64); }

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