Html Css Color HEX #9AC040 Atlantis

📋 copy color: '#9AC040'

red 154 ◦ green 192 ◦ blue 64

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

Shades of Atlantis #9AC040

Tints of Atlantis #9AC040

RGB

 RED value IS 154 (60.55% from 255) = 37.56%

 GREEN value IS 192 (75.39% from 255) = 46.83%

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

R = 37.56%
G = 46.83%
B = 15.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#9AC040 (or 0x9AC040) is known color: Atlantis. HEX triplet: 9A, C0 and 40. RGB value is (154,192,64). Sum of RGB (Red+Green+Blue) = 154+192+64=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC040 is #653FBF. Grayscale: #A6A6A6. Windows color (decimal): -6635456 or 4243610. OLE color: 4243610.

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

Color convert

RGB 154 192 64 -
CMYK 0.20 0 0.67 0.25
HSL 77.81º 0.5% 0.5% -
HSV(B) 77.81º 0.67% 0.75% -
XYZ 33.1 44.94 11.78 -
YUV 166.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 154 192 64 0.20 0 0.67 0.25 77.81 0.5 0.5
Hex 9A C0 40 14 0 43 19 4E 32 32
Octal 232 300 100 24 0 103 31 116 62 62
Binary 10011010 11000000 1000000 10100 0 1000011 11001 1001110 110010 110010

Color Harmonies of #9AC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC040

Black with #9AC040

Text Example


Text Example

White with #9AC040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,64); }

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

background-color css

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

 a { background-color: rgb(154,192,64); }

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

border-color css

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

 span { border-color: rgb(154,192,64); }

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