Html Css Color HEX #ADFD7A Sulu

📋 copy color: '#ADFD7A'

red 173 ◦ green 253 ◦ blue 122

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

Shades of Sulu #ADFD7A

Tints of Sulu #ADFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.17%

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

R = 31.57%
G = 46.17%
B = 22.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#ADFD7A (or 0xADFD7A) is known color: Sulu. HEX triplet: AD, FD and 7A. RGB value is (173,253,122). Sum of RGB (Red+Green+Blue) = 173+253+122=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD7A is #520285. Grayscale: #D6D6D6. Windows color (decimal): -5374598 or 8060333. OLE color: 8060333.

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

Color convert

RGB 173 253 122 -
CMYK 0.32 0 0.52 0.01
HSL 96.64º 0.97% 0.74% -
HSV(B) 96.64º 0.52% 0.99% -
XYZ 55.87 80.54 31.01 -
YUV 214.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 173 253 122 0.32 0 0.52 0.01 96.64 0.97 0.74
Hex AD FD 7A 20 0 34 1 61 61 4A
Octal 255 375 172 40 0 64 1 141 141 112
Binary 10101101 11111101 1111010 100000 0 110100 1 1100001 1100001 1001010

Color Harmonies of #ADFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD7A

Black with #ADFD7A

Text Example


Text Example

White with #ADFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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