Html Css Color HEX #9ACE46 Atlantis

📋 copy color: '#9ACE46'

red 154 ◦ green 206 ◦ blue 70

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

Shades of Atlantis #9ACE46

Tints of Atlantis #9ACE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.28%

R = 35.81%
G = 47.91%
B = 16.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#9ACE46 (or 0x9ACE46) is known color: Atlantis. HEX triplet: 9A, CE and 46. RGB value is (154,206,70). Sum of RGB (Red+Green+Blue) = 154+206+70=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE46 is #6531B9. Grayscale: #AFAFAF. Windows color (decimal): -6631866 or 4640410. OLE color: 4640410.

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

Color convert

RGB 154 206 70 -
CMYK 0.25 0 0.66 0.19
HSL 82.94º 0.58% 0.54% -
HSV(B) 82.94º 0.66% 0.81% -
XYZ 36.5 51.45 13.8 -
YUV 174.95 68.77 113.06 -
System Red Green Blue C M Y K H S L
Decimal 154 206 70 0.25 0 0.66 0.19 82.94 0.58 0.54
Hex 9A CE 46 19 0 42 13 53 3A 36
Octal 232 316 106 31 0 102 23 123 72 66
Binary 10011010 11001110 1000110 11001 0 1000010 10011 1010011 111010 110110

Color Harmonies of #9ACE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE46

Black with #9ACE46

Text Example


Text Example

White with #9ACE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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