Html Css Color HEX #ADF96A Sulu

📋 copy color: '#ADF96A'

red 173 ◦ green 249 ◦ blue 106

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

Shades of Sulu #ADF96A

Tints of Sulu #ADF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.16%

 BLUE value IS 106 (41.8% from 255) = 20.08%

R = 32.77%
G = 47.16%
B = 20.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#ADF96A (or 0xADF96A) is known color: Sulu. HEX triplet: AD, F9 and 6A. RGB value is (173,249,106). Sum of RGB (Red+Green+Blue) = 173+249+106=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF96A is #520695. Grayscale: #D2D2D2. Windows color (decimal): -5375638 or 7010733. OLE color: 7010733.

HSL color Cylindrical-coordinate representation of color #ADF96A: hue angle of 91.89º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF96A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 106 -
CMYK 0.31 0 0.57 0.02
HSL 91.89º 0.92% 0.7% -
HSV(B) 91.89º 0.57% 0.98% -
XYZ 53.71 77.68 25.8 -
YUV 209.97 69.32 101.63 -
System Red Green Blue C M Y K H S L
Decimal 173 249 106 0.31 0 0.57 0.02 91.89 0.92 0.7
Hex AD F9 6A 1F 0 39 2 5C 5C 46
Octal 255 371 152 37 0 71 2 134 134 106
Binary 10101101 11111001 1101010 11111 0 111001 10 1011100 1011100 1000110

Color Harmonies of #ADF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF96A

Black with #ADF96A

Text Example


Text Example

White with #ADF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF96A; }

 p { color: rgb(173,249,106); }

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

background-color css

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

 a { background-color: rgb(173,249,106); }

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

border-color css

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

 span { border-color: rgb(173,249,106); }

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