#ADF572

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

Shades of Sulu #ADF572

Tints of Sulu #ADF572

Color information

#ADF572 (or 0xADF572) is unknown color: approx Sulu. HEX triplet: AD, F5 and 72. RGB value is (173,245,114). Sum of RGB (Red+Green+Blue) = 173+245+114=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF572 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF572 is #520A8D. Grayscale: #D0D0D0. Windows color (decimal): -5376654 or 7533997. OLE color: 7533997.

HSL color Cylindrical-coordinate representation of color #ADF572: hue angle of 92.98º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF572 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB173245114-
CMYK0.2900.530.04
HSL92.98º86.75%70.39%-
HSV(B)92.98º53.47%96.08%-
XYZ52.9275.427.68-
YUV208.5474.65102.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 245 (96.09% from 255) = 46.05%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=32.52%
G=46.05%
B=21.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732451140.2900.530.0492.9886.7570.39
HexADF5721D03545d5746
Octal255365162350654135127106
Binary10101101111101011110010111010110101100101110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF572; }

 p { color: rgb(173,245,114); }

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

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

 a { background-color: rgb(173,245,114); }

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

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

 span { border-color: rgb(173,245,114); }

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