Html Css Color HEX #9ACE3C Atlantis

📋 copy color: '#9ACE3C'

red 154 ◦ green 206 ◦ blue 60

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

Shades of Atlantis #9ACE3C

Tints of Atlantis #9ACE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.29%

R = 36.67%
G = 49.05%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#9ACE3C (or 0x9ACE3C) is known color: Atlantis. HEX triplet: 9A, CE and 3C. RGB value is (154,206,60). Sum of RGB (Red+Green+Blue) = 154+206+60=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE3C is #6531C3. Grayscale: #AEAEAE. Windows color (decimal): -6631876 or 3985050. OLE color: 3985050.

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

Color convert

RGB 154 206 60 -
CMYK 0.25 0 0.71 0.19
HSL 81.37º 0.6% 0.52% -
HSV(B) 81.37º 0.71% 0.81% -
XYZ 36.21 51.34 12.28 -
YUV 173.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 154 206 60 0.25 0 0.71 0.19 81.37 0.6 0.52
Hex 9A CE 3C 19 0 47 13 51 3C 34
Octal 232 316 74 31 0 107 23 121 74 64
Binary 10011010 11001110 111100 11001 0 1000111 10011 1010001 111100 110100

Color Harmonies of #9ACE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE3C

Black with #9ACE3C

Text Example


Text Example

White with #9ACE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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