#9ACA42

Color #9ACA42 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9ACA42

Tints of Atlantis #9ACA42

Color information

#9ACA42 (or 0x9ACA42) is unknown color: approx Atlantis. HEX triplet: 9A, CA and 42. RGB value is (154,202,66). Sum of RGB (Red+Green+Blue) = 154+202+66=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACA42 is #6535BD. Grayscale: #ACACAC. Windows color (decimal): -6632894 or 4377242. OLE color: 4377242.

HSL color Cylindrical-coordinate representation of color #9ACA42: hue angle of 81.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ACA42 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB15420266-
CMYK0.2400.670.21
HSL81.18º56.2%52.55%-
HSV(B)81.18º67.33%79.22%-
XYZ35.4349.512.84-
YUV172.1468.1115.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 66 (26.17% from 255) = 15.64%
R=36.49%
G=47.87%
B=15.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154202660.2400.670.2181.1856.252.55
Hex9ACA421804315513835
Octal232312102300103251217065
Binary100110101100101010000101100001000011101011010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,66); }

 H1.HeaderClassName
 {
   color: #9ACA42;
 }
 .AnyTagClassName
 {
   color: #9ACA42;
 }
</style>
background-color css

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

 a { background-color: rgb(154,202,66); }

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

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

 span { border-color: rgb(154,202,66); }

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