Html Css Color HEX #ADF570 Sulu

📋 copy color: '#ADF570'

red 173 ◦ green 245 ◦ blue 112

#ADF570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #ADF570

Tints of Sulu #ADF570

RGB

 RED value IS 173 (67.97% from 255) = 32.64%

 GREEN value IS 245 (96.09% from 255) = 46.23%

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 32.64%
G = 46.23%
B = 21.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#ADF570 (or 0xADF570) is known color: Sulu. HEX triplet: AD, F5 and 70. RGB value is (173,245,112). Sum of RGB (Red+Green+Blue) = 173+245+112=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF570 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF570 is #520A8F. Grayscale: #D0D0D0. Windows color (decimal): -5376656 or 7402925. OLE color: 7402925.

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

Color convert

RGB 173 245 112 -
CMYK 0.29 0 0.54 0.04
HSL 92.48º 0.87% 0.7% -
HSV(B) 92.48º 0.54% 0.96% -
XYZ 52.81 75.36 27.09 -
YUV 208.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 173 245 112 0.29 0 0.54 0.04 92.48 0.87 0.7
Hex AD F5 70 1D 0 36 4 5C 57 46
Octal 255 365 160 35 0 66 4 134 127 106
Binary 10101101 11110101 1110000 11101 0 110110 100 1011100 1010111 1000110

Color Harmonies of #ADF570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF570

Black with #ADF570

Text Example


Text Example

White with #ADF570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF570; }

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

 H1.HeaderClassName
 {
   color: #ADF570;
 }
 .AnyTagClassName
 {
   color: #ADF570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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