Html Css Color HEX #ADFC7A Sulu

📋 copy color: '#ADFC7A'

red 173 ◦ green 252 ◦ blue 122

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

Shades of Sulu #ADFC7A

Tints of Sulu #ADFC7A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.07%

 BLUE value IS 122 (48.05% from 255) = 22.3%

R = 31.63%
G = 46.07%
B = 22.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#ADFC7A (or 0xADFC7A) is known color: Sulu. HEX triplet: AD, FC and 7A. RGB value is (173,252,122). Sum of RGB (Red+Green+Blue) = 173+252+122=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC7A is #520385. Grayscale: #D5D5D5. Windows color (decimal): -5374854 or 8060077. OLE color: 8060077.

HSL color Cylindrical-coordinate representation of color #ADFC7A: hue angle of 96.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADFC7A is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 122 -
CMYK 0.31 0 0.52 0.01
HSL 96.46º 0.96% 0.73% -
HSV(B) 96.46º 0.52% 0.99% -
XYZ 55.56 79.91 30.91 -
YUV 213.56 76.33 99.07 -
System Red Green Blue C M Y K H S L
Decimal 173 252 122 0.31 0 0.52 0.01 96.46 0.96 0.73
Hex AD FC 7A 1F 0 34 1 60 60 49
Octal 255 374 172 37 0 64 1 140 140 111
Binary 10101101 11111100 1111010 11111 0 110100 1 1100000 1100000 1001001

Color Harmonies of #ADFC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC7A

Black with #ADFC7A

Text Example


Text Example

White with #ADFC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC7A; }

 p { color: rgb(173,252,122); }

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

background-color css

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

 a { background-color: rgb(173,252,122); }

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

border-color css

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

 span { border-color: rgb(173,252,122); }

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