Html Css Color HEX #9ACE3D Atlantis

📋 copy color: '#9ACE3D'

red 154 ◦ green 206 ◦ blue 61

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

Shades of Atlantis #9ACE3D

Tints of Atlantis #9ACE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.49%

R = 36.58%
G = 48.93%
B = 14.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#9ACE3D (or 0x9ACE3D) is known color: Atlantis. HEX triplet: 9A, CE and 3D. RGB value is (154,206,61). Sum of RGB (Red+Green+Blue) = 154+206+61=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE3D is #6531C2. Grayscale: #AEAEAE. Windows color (decimal): -6631875 or 4050586. OLE color: 4050586.

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

Color convert

RGB 154 206 61 -
CMYK 0.25 0 0.70 0.19
HSL 81.52º 0.6% 0.52% -
HSV(B) 81.52º 0.7% 0.81% -
XYZ 36.24 51.35 12.42 -
YUV 173.92 64.27 113.79 -
System Red Green Blue C M Y K H S L
Decimal 154 206 61 0.25 0 0.70 0.19 81.52 0.6 0.52
Hex 9A CE 3D 19 0 46 13 52 3C 34
Octal 232 316 75 31 0 106 23 122 74 64
Binary 10011010 11001110 111101 11001 0 1000110 10011 1010010 111100 110100

Color Harmonies of #9ACE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE3D

Black with #9ACE3D

Text Example


Text Example

White with #9ACE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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