#ADF271

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

Shades of Sulu #ADF271

Tints of Sulu #ADF271

Color information

#ADF271 (or 0xADF271) is unknown color: approx Sulu. HEX triplet: AD, F2 and 71. RGB value is (173,242,113). Sum of RGB (Red+Green+Blue) = 173+242+113=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF271 is #520D8E. Grayscale: #CFCFCF. Windows color (decimal): -5377423 or 7467693. OLE color: 7467693.

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

Color convert

RGB173242113-
CMYK0.2900.530.05
HSL92.09º83.23%69.61%-
HSV(B)92.09º53.31%94.9%-
XYZ51.9773.5827.09-
YUV206.6675.14103.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=32.77%
G=45.83%
B=21.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732421130.2900.530.0592.0983.2369.61
HexADF2711D03555c5346
Octal255362161350655134123106
Binary10101101111100101110001111010110101101101110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF271; }

 p { color: rgb(173,242,113); }

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

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

 a { background-color: rgb(173,242,113); }

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

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

 span { border-color: rgb(173,242,113); }

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