Html Css Color HEX #9ACE40 Atlantis

📋 copy color: '#9ACE40'

red 154 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #9ACE40

Tints of Atlantis #9ACE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

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

R = 36.32%
G = 48.58%
B = 15.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#9ACE40 (or 0x9ACE40) is known color: Atlantis. HEX triplet: 9A, CE and 40. RGB value is (154,206,64). Sum of RGB (Red+Green+Blue) = 154+206+64=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE40 is #6531BF. Grayscale: #AEAEAE. Windows color (decimal): -6631872 or 4247194. OLE color: 4247194.

HSL color Cylindrical-coordinate representation of color #9ACE40: hue angle of 81.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ACE40 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 64 -
CMYK 0.25 0 0.69 0.19
HSL 81.97º 0.59% 0.53% -
HSV(B) 81.97º 0.69% 0.81% -
XYZ 36.32 51.38 12.85 -
YUV 174.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 154 206 64 0.25 0 0.69 0.19 81.97 0.59 0.53
Hex 9A CE 40 19 0 45 13 52 3B 35
Octal 232 316 100 31 0 105 23 122 73 65
Binary 10011010 11001110 1000000 11001 0 1000101 10011 1010010 111011 110101

Color Harmonies of #9ACE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE40

Black with #9ACE40

Text Example


Text Example

White with #9ACE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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