Html Css Color HEX #9CC140 Atlantis

📋 copy color: '#9CC140'

red 156 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #9CC140

Tints of Atlantis #9CC140

RGB

 RED value IS 156 (61.33% from 255) = 37.77%

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

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

R = 37.77%
G = 46.73%
B = 15.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#9CC140 (or 0x9CC140) is known color: Atlantis. HEX triplet: 9C, C1 and 40. RGB value is (156,193,64). Sum of RGB (Red+Green+Blue) = 156+193+64=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC140 is #633EBF. Grayscale: #A7A7A7. Windows color (decimal): -6504128 or 4243868. OLE color: 4243868.

HSL color Cylindrical-coordinate representation of color #9CC140: hue angle of 77.21º 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 #9CC140 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 193 64 -
CMYK 0.19 0 0.67 0.24
HSL 77.21º 0.51% 0.5% -
HSV(B) 77.21º 0.67% 0.76% -
XYZ 33.71 45.58 11.87 -
YUV 167.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 156 193 64 0.19 0 0.67 0.24 77.21 0.51 0.5
Hex 9C C1 40 13 0 43 18 4D 33 32
Octal 234 301 100 23 0 103 30 115 63 62
Binary 10011100 11000001 1000000 10011 0 1000011 11000 1001101 110011 110010

Color Harmonies of #9CC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC140

Black with #9CC140

Text Example


Text Example

White with #9CC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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