#AFCE38

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

Shades of Atlantis #AFCE38

Tints of Atlantis #AFCE38

Color information

#AFCE38 (or 0xAFCE38) is unknown color: approx Atlantis. HEX triplet: AF, CE and 38. RGB value is (175,206,56). Sum of RGB (Red+Green+Blue) = 175+206+56=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE38 is #5031C7. Grayscale: #B4B4B4. Windows color (decimal): -5255624 or 3722927. OLE color: 3722927.

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

Color convert

RGB17520656-
CMYK0.1500.730.19
HSL72.4º60.48%51.37%-
HSV(B)72.4º72.82%80.78%-
XYZ40.4653.5411.94-
YUV179.6358.23124.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 206 (80.86% from 255) = 47.14%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=40.05%
G=47.14%
B=12.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175206560.1500.730.1972.460.4851.37
HexAFCE38F04913483c33
Octal25731670170111231107463
Binary1010111111001110111000111101001001100111001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE38; }

 p { color: rgb(175,206,56); }

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

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

 a { background-color: rgb(175,206,56); }

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

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

 span { border-color: rgb(175,206,56); }

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