#ADFF6A

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

Shades of Sulu #ADFF6A

Tints of Sulu #ADFF6A

Color information

#ADFF6A (or 0xADFF6A) is unknown color: approx Sulu. HEX triplet: AD, FF and 6A. RGB value is (173,255,106). Sum of RGB (Red+Green+Blue) = 173+255+106=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF6A is #520095. Grayscale: #D6D6D6. Windows color (decimal): -5374102 or 7012269. OLE color: 7012269.

HSL color Cylindrical-coordinate representation of color #ADFF6A: hue angle of 93.02º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADFF6A is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB173255106-
CMYK0.3200.580
HSL93.02º100%70.78%-
HSV(B)93.02º58.43%100%-
XYZ55.681.4426.43-
YUV213.567.3399.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 106 (41.80% from 255) = 19.85%
R=32.40%
G=47.75%
B=19.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551060.3200.58093.0210070.78
HexADFF6A2003A05d6447
Octal255377152400720135144107
Binary1010110111111111110101010000001110100101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFF6A; }

 p { color: rgb(173,255,106); }

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

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

 a { background-color: rgb(173,255,106); }

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

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

 span { border-color: rgb(173,255,106); }

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