#A4CB3F

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

Shades of Atlantis #A4CB3F

Tints of Atlantis #A4CB3F

Color information

#A4CB3F (or 0xA4CB3F) is unknown color: approx Atlantis. HEX triplet: A4, CB and 3F. RGB value is (164,203,63). Sum of RGB (Red+Green+Blue) = 164+203+63=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CB3F is #5B34C0. Grayscale: #AFAFAF. Windows color (decimal): -5977281 or 4180900. OLE color: 4180900.

HSL color Cylindrical-coordinate representation of color #A4CB3F: hue angle of 76.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4CB3F is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB16420363-
CMYK0.1900.690.20
HSL76.71º57.38%52.16%-
HSV(B)76.71º68.97%79.61%-
XYZ37.5650.9612.56-
YUV175.3864.58119.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 203 (79.69% from 255) = 47.21%
BLUE value IS 63 (25% from 255) = 14.65%
R=38.14%
G=47.21%
B=14.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164203630.1900.690.2076.7157.3852.16
HexA4CB3F13045144d3934
Octal24431377230105241157164
Binary10100100110010111111111001101000101101001001101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB3F; }

 p { color: rgb(164,203,63); }

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

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

 a { background-color: rgb(164,203,63); }

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

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

 span { border-color: rgb(164,203,63); }

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