Html Css Color HEX #ADF872 Sulu

📋 copy color: '#ADF872'

red 173 ◦ green 248 ◦ blue 114

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

Shades of Sulu #ADF872

Tints of Sulu #ADF872

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.36%

 BLUE value IS 114 (44.92% from 255) = 21.31%

R = 32.34%
G = 46.36%
B = 21.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#ADF872 (or 0xADF872) is known color: Sulu. HEX triplet: AD, F8 and 72. RGB value is (173,248,114). Sum of RGB (Red+Green+Blue) = 173+248+114=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF872 is #52078D. Grayscale: #D2D2D2. Windows color (decimal): -5375886 or 7534765. OLE color: 7534765.

HSL color Cylindrical-coordinate representation of color #ADF872: hue angle of 93.58º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF872 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 114 -
CMYK 0.30 0 0.54 0.03
HSL 93.58º 0.91% 0.71% -
HSV(B) 93.58º 0.54% 0.97% -
XYZ 53.84 77.23 27.99 -
YUV 210.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 173 248 114 0.30 0 0.54 0.03 93.58 0.91 0.71
Hex AD F8 72 1E 0 36 3 5E 5B 47
Octal 255 370 162 36 0 66 3 136 133 107
Binary 10101101 11111000 1110010 11110 0 110110 11 1011110 1011011 1000111

Color Harmonies of #ADF872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF872

Black with #ADF872

Text Example


Text Example

White with #ADF872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF872; }

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

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

background-color css

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

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

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

border-color css

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

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

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