#A5CF4B

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

Shades of Atlantis #A5CF4B

Tints of Atlantis #A5CF4B

Color information

#A5CF4B (or 0xA5CF4B) is unknown color: approx Atlantis. HEX triplet: A5, CF and 4B. RGB value is (165,207,75). Sum of RGB (Red+Green+Blue) = 165+207+75=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF4B is #5A30B4. Grayscale: #B3B3B3. Windows color (decimal): -5910709 or 4968357. OLE color: 4968357.

HSL color Cylindrical-coordinate representation of color #A5CF4B: hue angle of 79.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5CF4B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB16520775-
CMYK0.2000.640.19
HSL79.09º57.89%55.29%-
HSV(B)79.09º63.77%81.18%-
XYZ39.153.1314.85-
YUV179.3969.09117.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 207 (81.25% from 255) = 46.31%
BLUE value IS 75 (29.69% from 255) = 16.78%
R=36.91%
G=46.31%
B=16.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165207750.2000.640.1979.0957.8955.29
HexA5CF4B14040134f3a37
Octal245317113240100231177267
Binary101001011100111110010111010001000000100111001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF4B; }

 p { color: rgb(165,207,75); }

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

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

 a { background-color: rgb(165,207,75); }

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

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

 span { border-color: rgb(165,207,75); }

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