Html Css Color HEX #9AC240 Atlantis

📋 copy color: '#9AC240'

red 154 ◦ green 194 ◦ blue 64

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

Shades of Atlantis #9AC240

Tints of Atlantis #9AC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.09%

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

R = 37.38%
G = 47.09%
B = 15.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#9AC240 (or 0x9AC240) is known color: Atlantis. HEX triplet: 9A, C2 and 40. RGB value is (154,194,64). Sum of RGB (Red+Green+Blue) = 154+194+64=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC240 is #653DBF. Grayscale: #A7A7A7. Windows color (decimal): -6634944 or 4244122. OLE color: 4244122.

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

Color convert

RGB 154 194 64 -
CMYK 0.21 0 0.67 0.24
HSL 78.46º 0.52% 0.51% -
HSV(B) 78.46º 0.67% 0.76% -
XYZ 33.54 45.82 11.93 -
YUV 167.22 69.75 118.57 -
System Red Green Blue C M Y K H S L
Decimal 154 194 64 0.21 0 0.67 0.24 78.46 0.52 0.51
Hex 9A C2 40 15 0 43 18 4E 34 33
Octal 232 302 100 25 0 103 30 116 64 63
Binary 10011010 11000010 1000000 10101 0 1000011 11000 1001110 110100 110011

Color Harmonies of #9AC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC240

Black with #9AC240

Text Example


Text Example

White with #9AC240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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