Html Css Color HEX #ADF070 Sulu

📋 copy color: '#ADF070'

red 173 ◦ green 240 ◦ blue 112

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

Shades of Sulu #ADF070

Tints of Sulu #ADF070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

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

R = 32.95%
G = 45.71%
B = 21.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#ADF070 (or 0xADF070) is known color: Sulu. HEX triplet: AD, F0 and 70. RGB value is (173,240,112). Sum of RGB (Red+Green+Blue) = 173+240+112=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF070 is #520F8F. Grayscale: #CDCDCD. Windows color (decimal): -5377936 or 7401645. OLE color: 7401645.

HSL color Cylindrical-coordinate representation of color #ADF070: hue angle of 91.41º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF070 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 112 -
CMYK 0.28 0 0.53 0.06
HSL 91.41º 0.81% 0.69% -
HSV(B) 91.41º 0.53% 0.94% -
XYZ 51.32 72.37 26.59 -
YUV 205.38 75.3 104.91 -
System Red Green Blue C M Y K H S L
Decimal 173 240 112 0.28 0 0.53 0.06 91.41 0.81 0.69
Hex AD F0 70 1C 0 35 6 5B 51 45
Octal 255 360 160 34 0 65 6 133 121 105
Binary 10101101 11110000 1110000 11100 0 110101 110 1011011 1010001 1000101

Color Harmonies of #ADF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF070

Black with #ADF070

Text Example


Text Example

White with #ADF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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