#A4CF36

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

Shades of Atlantis #A4CF36

Tints of Atlantis #A4CF36

Color information

#A4CF36 (or 0xA4CF36) is unknown color: approx Atlantis. HEX triplet: A4, CF and 36. RGB value is (164,207,54). Sum of RGB (Red+Green+Blue) = 164+207+54=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF36 is #5B30C9. Grayscale: #B1B1B1. Windows color (decimal): -5976266 or 3592100. OLE color: 3592100.

HSL color Cylindrical-coordinate representation of color #A4CF36: hue angle of 76.86º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4CF36 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB16420754-
CMYK0.2100.740.19
HSL76.86º61.45%51.18%-
HSV(B)76.86º73.91%81.18%-
XYZ38.2952.7811.66-
YUV176.758.75118.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 207 (81.25% from 255) = 48.71%
BLUE value IS 54 (21.48% from 255) = 12.71%
R=38.59%
G=48.71%
B=12.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164207540.2100.740.1976.8661.4551.18
HexA4CF361504A134d3d33
Octal24431766250112231157563
Binary10100100110011111101101010101001010100111001101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CF36; }

 p { color: rgb(164,207,54); }

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

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

 a { background-color: rgb(164,207,54); }

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

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

 span { border-color: rgb(164,207,54); }

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