Html Css Color HEX #9ACC3C Atlantis

📋 copy color: '#9ACC3C'

red 154 ◦ green 204 ◦ blue 60

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

Shades of Atlantis #9ACC3C

Tints of Atlantis #9ACC3C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.8%

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

R = 36.84%
G = 48.8%
B = 14.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#9ACC3C (or 0x9ACC3C) is known color: Atlantis. HEX triplet: 9A, CC and 3C. RGB value is (154,204,60). Sum of RGB (Red+Green+Blue) = 154+204+60=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC3C is #6533C3. Grayscale: #ADADAD. Windows color (decimal): -6632388 or 3984538. OLE color: 3984538.

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

Color convert

RGB 154 204 60 -
CMYK 0.25 0 0.71 0.2
HSL 80.83º 0.59% 0.52% -
HSV(B) 80.83º 0.71% 0.8% -
XYZ 35.73 50.38 12.12 -
YUV 172.63 64.44 114.71 -
System Red Green Blue C M Y K H S L
Decimal 154 204 60 0.25 0 0.71 0.2 80.83 0.59 0.52
Hex 9A CC 3C 19 0 47 14 51 3B 34
Octal 232 314 74 31 0 107 24 121 73 64
Binary 10011010 11001100 111100 11001 0 1000111 10100 1010001 111011 110100

Color Harmonies of #9ACC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC3C

Black with #9ACC3C

Text Example


Text Example

White with #9ACC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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